diff options
| author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-22 09:29:06 +0100 | 
|---|---|---|
| committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-22 09:29:06 +0100 | 
| commit | 0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e (patch) | |
| tree | 810eae10592a7ccba102db3b02e8cccfd3924313 | |
| parent | b86c818599f8fecd42bcde564686b2489196d7ab (diff) | |
does this fix anything?
| -rw-r--r-- | dwm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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(); | 
