dwm-meillo
changeset 494:36f9bb3da949
small fix
author | arg@mmvi |
---|---|
date | Tue, 26 Sep 2006 13:30:30 +0200 |
parents | d0104ede6454 |
children | 3a812750f983 |
files | config.arg.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Tue Sep 26 13:24:14 2006 +0200 1.2 +++ b/config.arg.h Tue Sep 26 13:30:30 2006 +0200 1.3 @@ -29,7 +29,7 @@ 1.4 { MODKEY, XK_p, spawn, \ 1.5 { .cmd = "exe=\"$(IFS=:; for dir in $PATH; do " \ 1.6 "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; " \ 1.7 - "done | sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"'" \ 1.8 + "done | sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \ 1.9 "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \ 1.10 { MODKEY, XK_j, focusnext, { 0 } }, \ 1.11 { MODKEY, XK_k, focusprev, { 0 } }, \