From: arg@mmvi Date: Tue, 26 Sep 2006 11:30:30 +0000 (+0200) Subject: small fix X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=f315832f75ce9f419a2942bc29fcaa737e8b2883 small fix --- diff --git a/config.arg.h b/config.arg.h index f91c722..50a9fb3 100644 --- a/config.arg.h +++ b/config.arg.h @@ -29,7 +29,7 @@ static Key key[] = { \ { 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 } }, \