t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 724f35a66404efdcf6f684c8616c444c5a5801cd
   DIR parent 6f3872edbd1842f7a632ca8e2451bcac589c9db8
   URI Author: arg@mig29 <unknown>
       Date:   Thu, 26 Oct 2006 12:22:26 +0200
       
       forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely)
       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@@ -24,7 +24,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
        static Key key[] = { \
                /* modifier                        key                function        arguments */ \
                { MODKEY|ShiftMask,                XK_Return,        spawn, \
       -                { .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
       +                { .cmd = "exec urxvtc -tr -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
                { MODKEY,                        XK_p,                spawn, \
                        { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
                                " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \