does this fix anything? 0c38ec7c
Anselm R Garbe · 2008-06-22 09:29 1 file(s) · +1 −1
dwm.c +1 −1
929 929
		XRaiseWindow(dpy, c->win);
930 930
	attach(c);
931 931
	attachstack(c);
932 -
	XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows require this */
932 +
	XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */
933 933
	XMapWindow(dpy, c->win);
934 934
	setclientstate(c, NormalState);
935 935
	arrange();