Adding viewontag patch

This commit is contained in:
bakkeby
2019-09-15 23:42:47 +02:00
parent f60b0b5121
commit 49218e94b5
3 changed files with 12 additions and 1 deletions

3
dwm.c
View File

@@ -2439,6 +2439,9 @@ tag(const Arg *arg)
selmon->sel->tags = arg->ui & TAGMASK;
focus(NULL);
arrange(selmon);
#if VIEWONTAG_PATCH
view(arg);
#endif // VIEWONTAG_PATCH
}
}