follow window when moved to different tag

This commit is contained in:
Ray Elliott 2020-02-22 17:26:02 +00:00
parent 00245a2633
commit 0896904cfe
1 changed files with 1 additions and 0 deletions

1
dwm.c
View File

@ -1661,6 +1661,7 @@ tag(const Arg *arg)
selmon->sel->tags = arg->ui & TAGMASK;
focus(NULL);
arrange(selmon);
view(arg);
}
}