t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0a0759132c07ff78896fd8559e6f576898f266a3
   DIR parent 5cf362c7d0b6b2afb0149598245afd3b8a4b3cee
   URI Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Fri, 25 Aug 2006 18:05:18 +0200
       
       tterm enlightened
       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@@ -25,7 +25,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
        static Key key[] = { \
                /* modifier                        key                function        arguments */ \
                { MODKEY|ShiftMask,                XK_Return,        spawn, \
       -                { .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
       +                { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
                { MODKEY,                        XK_p,                spawn, \
                        { .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
                                "awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \