follow window when moved to different tag
This commit is contained in:
parent
00245a2633
commit
0896904cfe
1 changed files with 1 additions and 0 deletions
1
dwm.c
1
dwm.c
|
|
@ -1661,6 +1661,7 @@ tag(const Arg *arg)
|
|||
selmon->sel->tags = arg->ui & TAGMASK;
|
||||
focus(NULL);
|
||||
arrange(selmon);
|
||||
view(arg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue