t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0ed0fa4d5b3d5f0215c76563dbb72475eed1f3e8
   DIR parent ec85fddb9a3a93a216b779cc39fead1a3d90aafd
   URI Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Tue,  5 Sep 2006 16:05:09 +0200
       
       ach ich will auch Alt-s
       Diffstat:
         M config.arg.h                        |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/config.arg.h b/config.arg.h
       t@@ -35,6 +35,7 @@ static Key key[] = { \
                { MODKEY,                        XK_Return,        zoom,                { 0 } }, \
                { MODKEY,                        XK_m,                togglemax,        { 0 } }, \
                { MODKEY,                        XK_g,                resizecol,        { .i = 20 } }, \
       +        { MODKEY,                        XK_s,                resizecol,        { .i = -20 } }, \
                { MODKEY|ShiftMask,                XK_1,                tag,                { .i = 0 } }, \
                { MODKEY|ShiftMask,                XK_2,                tag,                { .i = 1 } }, \
                { MODKEY|ShiftMask,                XK_3,                tag,                { .i = 2 } }, \