summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--patch/shiftviewclients.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/shiftviewclients.c b/patch/shiftviewclients.c
index a0b2e81..fb0da48 100644
--- a/patch/shiftviewclients.c
+++ b/patch/shiftviewclients.c
@@ -16,7 +16,11 @@ shiftviewclients(const Arg *arg)
tagmask = tagmask | c->tags;
#endif // SCRATCHPADS_PATCH
+ #if SCRATCHPADS_PATCH
+ shifted.ui = selmon->tagset[selmon->seltags] & ~SPTAGMASK;
+ #else
shifted.ui = selmon->tagset[selmon->seltags];
+ #endif // SCRATCHPADS_PATCH
if (arg->i > 0) // left circular shift
do {
shifted.ui = (shifted.ui << arg->i)