Fix: When focusing sticky window, use `shiftviewclients` cannot work.

pull/389/head
ysl2 7 months ago
parent 4ca5a93517
commit 0d69333889

@ -16,8 +16,6 @@ shift(const Arg *arg, int clients)
for (selmon = mons; selmon; selmon = selmon->next)
#endif // TAGSYNC_PATCH
for (c = selmon->clients; c && clients; c = c->next) {
if (c == selmon->sel)
continue;
#if SCRATCHPADS_PATCH && !RENAMED_SCRATCHPADS_PATCH
if (!(c->tags & SPTAGMASK))
tagmask |= c->tags;

Loading…
Cancel
Save