t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 308f95ae5ad6c00fcf15aa26481a9962ceabb796
   DIR parent 40a734bca913f45d018c668589395a7248dcf524
   URI Author: anselm@anselm1 <unknown>
       Date:   Sat, 22 Dec 2007 12:26:24 +0000
       
       added dmenu_run to config.h
       Diffstat:
         M config.def.h                        |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       t@@ -37,8 +37,7 @@ Layout layouts[] = {
        Key keys[] = {
                /* modifier                        key                function        argument */
                { MODKEY,                        XK_p,                spawn,
       -                "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'"
       -                " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" },
       +                "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
                { MODKEY|ShiftMask,                XK_Return,        spawn, "exec uxterm" },
                { MODKEY,                        XK_space,        setlayout,        NULL },
                { MODKEY,                        XK_b,                togglebar,        NULL },