diff options
| author | bakkeby <[email protected]> | 2020-09-28 18:00:37 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-28 18:00:37 +0200 |
| commit | b6cf35009859dc44c5e40ae050c08f9c4647a06a (patch) | |
| tree | 987a9bfdb4eb0c46fe973dc3b08541c5df9fed75 /patches.def.h | |
| parent | 795fcc3b51ad2ca84736d7931437e9cffe086832 (diff) | |
| download | dwm-flexipatch-b6cf35009859dc44c5e40ae050c08f9c4647a06a.tar.gz dwm-flexipatch-b6cf35009859dc44c5e40ae050c08f9c4647a06a.zip | |
Added note about ~SPTAGMASK in patches.def.h ref. #53
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 5d54f8e..916d971 100644 --- a/patches.def.h +++ b/patches.def.h @@ -766,6 +766,11 @@ /* The scratchpad patch allows you to spawn or restore floating terminal windows. * It is typically useful when one need to do some short typing. + * + * Note that this patch changes TAGMASK to make room for special scratchpad tags, + * so ~0 does more than select all tags with this patch. Code that relies on ~0 to + * represent all tags should use ~SPTAGMASK instead. + * * Upgraded to Christian Tenllado's multiple scratchpad version. * https://lists.suckless.org/hackers/2004/17205.html * https://dwm.suckless.org/patches/scratchpads/ |
