t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e
   DIR parent b86c818599f8fecd42bcde564686b2489196d7ab
   URI Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Sun, 22 Jun 2008 09:29:06 +0100
       
       does this fix anything?
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dwm.c b/dwm.c
       t@@ -929,7 +929,7 @@ manage(Window w, XWindowAttributes *wa) {
                        XRaiseWindow(dpy, c->win);
                attach(c);
                attachstack(c);
       -        XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows require this */
       +        XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */
                XMapWindow(dpy, c->win);
                setclientstate(c, NormalState);
                arrange();