Skip to content

Commit

Permalink
shift: filter out scratchpad tags ref. #382
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkeby committed Nov 4, 2023
1 parent 1b5a58f commit 83a047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/shift.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shift(const Arg *arg, int clients)
unsigned int tagmask = 0;

#if SCRATCHPADS_PATCH && !RENAMED_SCRATCHPADS_PATCH
shifted.ui = selmon->tagset[selmon->seltags];
shifted.ui = selmon->tagset[selmon->seltags] & ~SPTAGMASK;
#else
shifted.ui = selmon->tagset[selmon->seltags];
#endif // SCRATCHPADS_PATCH
Expand Down

0 comments on commit 83a047a

Please sign in to comment.