Adding shifttagclients patch ref. #270
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user