small fix
authorarg@mmvi
Tue, 26 Sep 2006 13:30:30 +0200
changeset 494 36f9bb3da949
parent 493 d0104ede6454
child 495 3a812750f983
small fix
config.arg.h
--- a/config.arg.h	Tue Sep 26 13:24:14 2006 +0200
+++ b/config.arg.h	Tue Sep 26 13:30:30 2006 +0200
@@ -29,7 +29,7 @@
 	{ MODKEY,			XK_p,		spawn, \
 		{ .cmd = "exe=\"$(IFS=:; for dir in $PATH; do " \
 			 "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; " \
-			 "done | sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"'" \
+			 "done | sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \
 			 "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \
 	{ MODKEY,			XK_j,		focusnext,	{ 0 } }, \
 	{ MODKEY,			XK_k,		focusprev,	{ 0 } }, \