summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.i3/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.i3/config b/.i3/config
index b55fce2..f338fdc 100644
--- a/.i3/config
+++ b/.i3/config
@@ -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.