From: Anselm R Garbe Date: Sun, 22 Jun 2008 08:29:35 +0000 (+0100) Subject: another merge X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=277155cf775369ad9645e68da59339acdc8f1117;hp=deef4c9bfd7d88937822b689946bd65df7fc618d;p=dwm.git another merge --- diff --git a/dwm.c b/dwm.c index d4ce1e4..188e445 100644 --- 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();