t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b60406cb9b599e03666dfedb916f2a3690e13879
   DIR parent ce9a9934ec7f58398cc62f2653fcccae5fec1853
   URI Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Fri, 13 Oct 2006 18:47:24 +0200
       
       using lsx instead of Jukka's shell construct
       Diffstat:
         M config.arg.h                        |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/config.arg.h b/config.arg.h
       t@@ -26,10 +26,9 @@ static Key key[] = { \
                { MODKEY|ShiftMask,                XK_Return,        spawn, \
                        { .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"' " \
       -                         "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \
       +                { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | 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 } }, \
                { MODKEY,                        XK_Return,        zoom,                { 0 } }, \