does this fix anything?
authorAnselm R Garbe <garbeam@gmail.com>
Sun, 22 Jun 2008 09:29:06 +0100
changeset 1297 20481c9d647c
parent 1295 9f20458e3bbc
child 1298 65d0b21b5e05
does this fix anything?
dwm.c
--- a/dwm.c	Fri Jun 20 16:52:07 2008 +0100
+++ b/dwm.c	Sun Jun 22 09:29:06 2008 +0100
@@ -929,7 +929,7 @@
 		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();