X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;h=d4dfe6e6806b7735df9f599cab784fa9652ecbe1;hp=91eeff2c996069f3486a421c926b851b82442adf;hb=2d81b78b853565a3e34a8a9190e2362a6fdde739;hpb=8fda28be3576c9702c0323a5240bbc44c970f24e diff --git a/client.c b/client.c index 91eeff2..d4dfe6e 100644 --- a/client.c +++ b/client.c @@ -226,6 +226,7 @@ manage(Window w, XWindowAttributes *wa) { c->isfloating = (rettrans == Success) || c->isfixed; attach(c); attachstack(c); + XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows require this */ setclientstate(c, IconicState); c->isbanned = True; focus(c);