commit 0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e from: Anselm R Garbe date: Sun Jun 22 08:29:06 2008 UTC does this fix anything? commit - b86c818599f8fecd42bcde564686b2489196d7ab commit + 0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e blob - a5a9de25c2d825d0373bb030aea4821478f3bc52 blob + fe2dc1f10127bfb17c1035d074f5f3587dae24b0 --- dwm.c +++ dwm.c @@ -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();