diff options
Diffstat (limited to '')
-rw-r--r-- | .i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ bindsym $mod+grave mode "resize" bindsym $mod+Return exec $term # start dmenu (a program launcher) -bindsym $mod+space exec dmenu_run -b -fn $dmenu_font +bindsym $mod+space exec SHELL=/bin/sh dmenu_run -b -fn $dmenu_font # 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. |