dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e parent b86c818599f8fecd42bcde564686b2489196d7ab Author: Anselm R Garbe <garbeam@gmail.com> 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 @@ -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();