tag fix
This commit is contained in:
parent
a73ff905b0
commit
b9dee2c6f1
6
dwm.c
6
dwm.c
@ -1502,12 +1502,10 @@ tagmon(const Arg *arg) {
|
|||||||
detach(c);
|
detach(c);
|
||||||
detachstack(c);
|
detachstack(c);
|
||||||
c->mon = m;
|
c->mon = m;
|
||||||
c->tags = m->seltags; /* assign tags of target monitor */
|
c->tags = m->tagset[m->seltags]; /* assign tags of target monitor */
|
||||||
attach(c);
|
attach(c);
|
||||||
attachstack(c);
|
attachstack(c);
|
||||||
m->sel = c;
|
focus(NULL);
|
||||||
for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
|
|
||||||
selmon->sel = c;
|
|
||||||
arrange();
|
arrange();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user