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 /etc/i3 | |
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
Diffstat (limited to 'etc/i3')
-rw-r--r-- | etc/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |