tdoes this fix anything? - dwm - [fork] customized build of dwm, the dynamic wi… | |
git clone git://src.adamsgaard.dk/dwm | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e | |
parent b86c818599f8fecd42bcde564686b2489196d7ab | |
Author: Anselm R Garbe <[email protected]> | |
Date: Sun, 22 Jun 2008 09:29:06 +0100 | |
does this fix anything? | |
Diffstat: | |
M dwm.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/dwm.c b/dwm.c | |
t@@ -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 window… | |
+ XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* so… | |
XMapWindow(dpy, c->win); | |
setclientstate(c, NormalState); | |
arrange(); |