t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0982e47408115de4a604d9365b1014ae6205b3a9
   DIR parent b93ebcf42f8bceb3216a8f44ab0810ea22b89e4d
   URI Author: arg@mig29 <unknown>
       Date:   Fri, 27 Oct 2006 10:24:15 +0200
       
       stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend
       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 -tr -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
       +                { .cmd = "exec urxvtc -tr -bg black -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"' " \