changed dmenu to trigger on mod+space

This commit is contained in:
Wryn Wagner 2019-09-16 19:10:02 -06:00
parent b677bfbc45
commit 2eb0bef9f4

View File

@ -47,7 +47,7 @@ bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
bindsym $mod+space exec dmenu_run
# 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.