mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Assortment of fullscreen improvements
This commit is contained in:
parent
cb42097c22
commit
dc277e6c8f
@ -51,7 +51,7 @@ tagswapmon(const Arg *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (c = mc; c; c = next) {
|
for (c = mc; c; c = next) {
|
||||||
next = ;
|
next = c->next;
|
||||||
c->mon = selmon;
|
c->mon = selmon;
|
||||||
c->tags = selmon->tagset[selmon->seltags]; /* assign tags of target monitor */
|
c->tags = selmon->tagset[selmon->seltags]; /* assign tags of target monitor */
|
||||||
attach(c);
|
attach(c);
|
||||||
|
Loading…
Reference in New Issue
Block a user