tag fix
Anselm R Garbe garbeam@gmail.com
Fri, 26 Jun 2009 16:41:27 +0100
1 files changed,
2 insertions(+),
4 deletions(-)
jump to
M
dwm.c
→
dwm.c
@@ -1502,12 +1502,10 @@ if(i == arg->ui) {
detach(c); detachstack(c); 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); attachstack(c); - m->sel = c; - for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext); - selmon->sel = c; + focus(NULL); arrange(); break; }