recommend i3-dmenu-desktop in the default config
We might replace dmenu_run in v4.5, depending on the feedback we get for v4.4.
This commit is contained in:
parent
f506e35395
commit
60db534a08
|
@ -29,6 +29,10 @@ bindsym Mod1+Shift+q kill
|
|||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym Mod1+d 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.
|
||||
# bindsym Mod1+d exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindsym Mod1+j focus left
|
||||
|
|
|
@ -30,6 +30,10 @@ bindcode $mod+Shift+24 kill
|
|||
|
||||
# start dmenu (a program launcher)
|
||||
bindcode $mod+40 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.
|
||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindcode $mod+44 focus left
|
||||
|
|
Loading…
Reference in New Issue