diff options
author | EuAndreh <eu@euandre.org> | 2022-10-10 17:43:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-10 17:43:47 -0300 |
commit | 5fd34df3755fc5348ba119691cbab81d836ddf7f (patch) | |
tree | d879d8687d335412f4ea314464ccd13f4c894a1c /etc | |
parent | etc/tmux/tmux.conf: Add "make" to the allow-list of ressurectable commands (diff) | |
download | dotfiles-5fd34df3755fc5348ba119691cbab81d836ddf7f.tar.gz dotfiles-5fd34df3755fc5348ba119691cbab81d836ddf7f.tar.xz |
bin/wms: Add new working binary, and integrate it with i3
Diffstat (limited to 'etc')
-rw-r--r-- | etc/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/i3/config b/etc/i3/config index 06e578b..9637c28 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -55,6 +55,9 @@ bindsym $mod+Shift+q kill +bindsym $mod+u exec wms uuid +bindsym $mod+t exec wms date +bindsym $mod+m exec wms clear-notification bindsym $mod+p exec menu bin bindsym $mod+o exec menu emoji bindsym $mod+v exec menu clipboard |