Assortment of fullscreen improvements

This commit is contained in:
bakkeby 2020-09-05 12:06:19 +02:00
parent cb42097c22
commit dc277e6c8f

View File

@ -51,7 +51,7 @@ tagswapmon(const Arg *arg)
}
for (c = mc; c; c = next) {
next = ;
next = c->next;
c->mon = selmon;
c->tags = selmon->tagset[selmon->seltags]; /* assign tags of target monitor */
attach(c);