Commit e3f0445

Anselm R Garbe <garbeam@gmail.com>
2009-06-25 06:10:19
assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)
1 parent ab06f74
Changed files (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;