# HG changeset patch # User Anselm R Garbe # Date 1214123346 -3600 # Node ID 20481c9d647cd281689b9ffdd90080a637507684 # Parent 9f20458e3bbc2bb118a27488c522fb44064c563e does this fix anything? diff -r 9f20458e3bbc -r 20481c9d647c 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();