assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)

new_dwm
Anselm R Garbe 15 years ago
parent ab06f7444b
commit e3f0445df1

@ -1502,6 +1502,7 @@ tagmon(const Arg *arg) {
detach(c); detach(c);
detachstack(c); detachstack(c);
c->mon = m; c->mon = m;
c->tags = selmon->seltags; /* assign tags of target monitor */
attach(c); attach(c);
attachstack(c); attachstack(c);
m->sel = c; m->sel = c;

Loading…
Cancel
Save