tsmall fix - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f315832f75ce9f419a2942bc29fcaa737e8b2883
 (DIR) parent 97ced11e531f4e51d7ee248ae654a2b04daaad1c
 (HTM) Author: arg@mmvi <unknown>
       Date:   Tue, 26 Sep 2006 13:30:30 +0200
       
       small fix
       Diffstat:
         M config.arg.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       t@@ -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 } }, \