rioresize: apply an arrange if changing monitors

This commit is contained in:
bakkeby 2021-07-24 16:56:51 +02:00
parent 73a29521e4
commit d72bc90cdc

View File

@ -57,6 +57,7 @@ rioposition(Client *c, int x, int y, int w, int h)
if ((m = recttomon(x, y, w, h)) && m != c->mon) {
detach(c);
detachstack(c);
arrange(c->mon);
c->mon = m;
c->tags = m->tagset[m->seltags];
attach(c);