diff options
author | EuAndreh <eu@euandre.org> | 2022-11-21 15:36:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-21 15:36:10 -0300 |
commit | 3844aec4ba2d79006348af46bef6734432f4051c (patch) | |
tree | aba977322d2d1adeef3e2dcc38ae8ce7abce870c | |
parent | bin/upgrade: Fix path to current Guix Home file (diff) | |
download | dotfiles-3844aec4ba2d79006348af46bef6734432f4051c.tar.gz dotfiles-3844aec4ba2d79006348af46bef6734432f4051c.tar.xz |
etc/i3/config: Add calculator to Mod-c
-rw-r--r-- | etc/guix/home.scm | 1 | ||||
-rw-r--r-- | etc/i3/config | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 81904f8..b42ebb3 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -565,6 +565,7 @@ xbacklight + mate-calc gnote telegram-desktop zathura diff --git a/etc/i3/config b/etc/i3/config index 94648b2..5aec62a 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -53,6 +53,7 @@ bindsym $mod+Shift+q kill +bindsym $mod+c exec mate-calc bindsym $mod+u exec wms uuid bindsym $mod+t exec wms date bindsym $mod+m exec wms clear-notification |