summaryrefslogtreecommitdiffhomepage
path: root/patch/setborderpx.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/setborderpx.c
parentd7456b235a0eb549c752d0cf06198fd29264e21a (diff)
downloaddwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.tar.gz
dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.zip
Adding renamed scratchpads patch
Diffstat (limited to 'patch/setborderpx.c')
-rw-r--r--patch/setborderpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/setborderpx.c b/patch/setborderpx.c
index 56c7636..6cc0b34 100644
--- a/patch/setborderpx.c
+++ b/patch/setborderpx.c
@@ -39,7 +39,7 @@ setborderpx(const Arg *arg)
if (HIDDEN(c))
continue;
#endif // BAR_WINTITLEACTIONS_PATCH
- #if SCRATCHPADS_PATCH
+ #if SCRATCHPADS_PATCH && !RENAMED_SCRATCHPADS_PATCH
if ((c->tags & SPTAGMASK) && !ISVISIBLE(c))
continue;
#endif // SCRATCHPADS_PATCH