This commit is contained in:
Anselm R Garbe 2009-06-25 11:17:42 +01:00
parent e3f0445df1
commit a73ff905b0
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

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