summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2014-11-19 17:33:12 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2014-11-19 17:33:13 +0100
commit445032217447a6ca1a9a3c03e3c151de84d98ba9 (patch)
treed851246589d66ea7baf01e4748cc2724a585b5d5
parentded2e8f098296a13666e4f3e0cf82af898f8fd71 (diff)
downloaddotfiles-445032217447a6ca1a9a3c03e3c151de84d98ba9.tar.gz
dotfiles-445032217447a6ca1a9a3c03e3c151de84d98ba9.tar.bz2
dotfiles-445032217447a6ca1a9a3c03e3c151de84d98ba9.zip
Use /bin/sh for dmenu_run
-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.