Adding shifttagclients patch ref. #270

This commit is contained in:
bakkeby
2022-07-04 13:07:36 +02:00
parent a15a259926
commit 279c571986
7 changed files with 74 additions and 1 deletions

View File

@ -10,6 +10,8 @@ shiftviewclients(const Arg *arg)
for (selmon = mons; selmon; selmon = selmon->next)
#endif // TAGSYNC_PATCH
for (c = selmon->clients; c; c = c->next) {
if (c == selmon->sel)
continue;
#if SCRATCHPADS_PATCH && !RENAMED_SCRATCHPADS_PATCH
if (!(c->tags & SPTAGMASK))
tagmask = tagmask | c->tags;
@ -44,4 +46,3 @@ shiftviewclients(const Arg *arg)
view(&shifted);
}