From 445032217447a6ca1a9a3c03e3c151de84d98ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 19 Nov 2014 17:33:12 +0100 Subject: Use /bin/sh for dmenu_run --- .i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3