diff options
| author | bakkeby <[email protected]> | 2022-06-20 14:00:09 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-06-20 14:00:09 +0200 |
| commit | 2f70c42aab2ac71f5cdb1996499247f2268c98ce (patch) | |
| tree | daa286e6af9ea7ea0abb8ff77a62182759ce6a67 /patch/setborderpx.c | |
| parent | d7456b235a0eb549c752d0cf06198fd29264e21a (diff) | |
| download | dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.tar.gz dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.zip | |
Adding renamed scratchpads patch
Diffstat (limited to 'patch/setborderpx.c')
| -rw-r--r-- | patch/setborderpx.c | 2 |
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 |
