small change
authorarg@mmvi <unknown>
Tue, 26 Sep 2006 12:08:42 +0000 (14:08 +0200)
committerarg@mmvi <unknown>
Tue, 26 Sep 2006 12:08:42 +0000 (14:08 +0200)
config.arg.h

index 50a9fb39337fcc7152bb6705b7cbe41a18162230..21c95e56d5936c43b24c48ff25aa0210e9ddbcf1 100644 (file)
@@ -28,8 +28,8 @@ static Key key[] = { \
                { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
        { 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"' " \
+                        "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; 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 } }, \