diff options
author | Alan Pearce | 2017-08-25 23:39:54 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-25 23:42:45 +0200 |
commit | 4452cd686c06494e99c5584be52ef2ba9f585393 (patch) | |
tree | 3c69cbd54e44810c3116c9fff54d0fdcae6560a9 | |
parent | 551a4823350285057f682ef6329d347042e1a157 (diff) | |
download | dotfiles-4452cd686c06494e99c5584be52ef2ba9f585393.tar.lz dotfiles-4452cd686c06494e99c5584be52ef2ba9f585393.tar.zst dotfiles-4452cd686c06494e99c5584be52ef2ba9f585393.zip |
i3: Fix duplicate keybinds again
-rw-r--r-- | i3/.config/i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index d67dcd3..d81bd8a 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -73,8 +73,9 @@ bindsym $mod+Return exec st bindsym $mod+Shift+w kill # start dmenu (a program launcher) -bindsym $mod+Shift+r exec dmenu_run -# There also is the (new) i3-dmenu-desktop which only displays applications +bindsym $mod+Mod1+r exec dmenu_run +bindsym $mod+Shift+;p exec passmenu +# There Also Is The (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. bindsym $mod+space exec --no-startup-id i3-dmenu-desktop |