t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 78666b99b8dedb57f1dea53931a334c151dea865
   DIR parent 0bdcf75e25c9886e44c72f59809bf526e6156b18
   URI Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Wed, 21 Feb 2007 16:57:21 +0100
       
       using 333 as background, hey proggyclean is really good
       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@@ -42,7 +42,7 @@ static Layout layout[] = { \
        static Key key[] = { \
                /* modifier                        key                function        argument */ \
                { MODKEY|ShiftMask,                XK_Return,        spawn, \
       -                { .cmd = "exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
       +                { .cmd = "exec urxvtcd -tr -bg '#333' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
                { MODKEY,                        XK_p,                spawn, \
                        { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
                                " | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \