Explorar el Código

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

Anselm R Garbe hace 16 años
padre
commit
e3f0445df1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dwm.c

+ 1 - 0
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;