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/pertag.c | |
| parent | d7456b235a0eb549c752d0cf06198fd29264e21a (diff) | |
| download | dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.tar.gz dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.zip | |
Adding renamed scratchpads patch
Diffstat (limited to 'patch/pertag.c')
| -rw-r--r-- | patch/pertag.c | 2 |
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) |
