t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 77e5f3167c97863ef8e27b6e57fd35ee0c73c8ff
   DIR parent 7e597ae204ce94398f8c722e335f20d5a4a30c8a
   URI Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Wed, 23 Aug 2006 19:05:03 +0200
       
       black on light is really better, I notice this after all
       Diffstat:
         M config.arg.h                        |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.arg.h b/config.arg.h
       t@@ -8,9 +8,9 @@ const char *tags[] = { "work", "net", "fnord", NULL };
        
        #define DEFMODE                        dotile /* dofloat */
        #define FONT                        "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
       -#define BGCOLOR                        "#0d121d"
       +#define BGCOLOR                        "#666699"
        #define FGCOLOR                        "#eeeeee"
       -#define BORDERCOLOR                "#3f484d"
       +#define BORDERCOLOR                "#9999CC"
        #define MODKEY                        Mod1Mask
        #define MASTERW                        60 /* percent */
        
       t@@ -18,7 +18,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
        static Key key[] = { \
                /* modifier                        key                function        arguments */ \
                { MODKEY|ShiftMask,                XK_Return,        spawn, \
       -                { .cmd = "exec uxterm +sb -bg black -fg '#eeeeee' -fn '"FONT"'" } }, \
       +                { .cmd = "exec uxterm -bg '#e0e0e0' -fg '#000000' -cr '#000000' +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`" } }, \