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.
next
Michael Stapelberg 2012-12-11 22:36:29 +01:00
parent f506e35395
commit 60db534a08
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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