swallow / arrange mismatch: swallow needs XMapWindow for the window being called beforehand, whereas arrange needs it called afterwards
This commit is contained in:
@ -18,6 +18,8 @@ swallow(Client *p, Client *c)
|
||||
if (c->noswallow < 0 && !swallowfloating && c->isfloating)
|
||||
return 0;
|
||||
|
||||
XMapWindow(dpy, c->win);
|
||||
|
||||
detach(c);
|
||||
detachstack(c);
|
||||
|
||||
|
Reference in New Issue
Block a user