summaryrefslogtreecommitdiffhomepage
path: root/patch/pertag.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-06-20 14:00:09 +0200
committerbakkeby <[email protected]>2022-06-20 14:00:09 +0200
commit2f70c42aab2ac71f5cdb1996499247f2268c98ce (patch)
treedaa286e6af9ea7ea0abb8ff77a62182759ce6a67 /patch/pertag.c
parentd7456b235a0eb549c752d0cf06198fd29264e21a (diff)
downloaddwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.tar.gz
dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.zip
Adding renamed scratchpads patch
Diffstat (limited to 'patch/pertag.c')
-rw-r--r--patch/pertag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/pertag.c b/patch/pertag.c
index f534023..a9f5565 100644
--- a/patch/pertag.c
+++ b/patch/pertag.c
@@ -33,7 +33,7 @@ pertagview(const Arg *arg)
if (arg->ui & TAGMASK) {
selmon->pertag->prevtag = selmon->pertag->curtag;
selmon->tagset[selmon->seltags] = arg->ui & TAGMASK;
- #if SCRATCHPADS_PATCH
+ #if SCRATCHPADS_PATCH && !RENAMED_SCRATCHPADS_PATCH
if (arg->ui == ~SPTAGMASK)
#else
if (arg->ui == ~0)