dwm

[fork] dynamic window manager
Log | Files | Refs | README | LICENSE

commit f315832f75ce9f419a2942bc29fcaa737e8b2883
parent 97ced11e531f4e51d7ee248ae654a2b04daaad1c
Author: arg@mmvi <unknown>
Date:   Tue, 26 Sep 2006 13:30:30 +0200

small fix
Diffstat:
Mconfig.arg.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 } }, \