assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho) e3f0445d
Anselm R Garbe · 2009-06-25 11:10 1 file(s) · +1 −0
dwm.c +1 −0
1502 1502
			detach(c);
1503 1503
			detachstack(c);
1504 1504
			c->mon = m;
1505 +
			c->tags = selmon->seltags; /* assign tags of target monitor */
1505 1506
			attach(c);
1506 1507
			attachstack(c);
1507 1508
			m->sel = c;