assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)
This commit is contained in:
parent
ab06f7444b
commit
e3f0445df1
1 changed files with 1 additions and 0 deletions
1
dwm.c
1
dwm.c
|
@ -1502,6 +1502,7 @@ tagmon(const Arg *arg) {
|
|||
detach(c);
|
||||
detachstack(c);
|
||||
c->mon = m;
|
||||
c->tags = selmon->seltags; /* assign tags of target monitor */
|
||||
attach(c);
|
||||
attachstack(c);
|
||||
m->sel = c;
|
||||
|
|
Loading…
Reference in a new issue