diff options
| author | bakkeby <[email protected]> | 2021-04-04 10:49:25 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-04-04 10:49:31 +0200 |
| commit | 521f87af13006ae548f6e3a668a303a792255338 (patch) | |
| tree | 7c3cfdbab3452d455b53665dc15410f09812d441 /patches.def.h | |
| parent | 4b22fdc0c383daf2612f416f81a6f391170bf213 (diff) | |
| download | dwm-flexipatch-521f87af13006ae548f6e3a668a303a792255338.tar.gz dwm-flexipatch-521f87af13006ae548f6e3a668a303a792255338.zip | |
Adding proposed changes to have different gaps on a per tag basis ref. #106
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 fe2d1e0..16fb791 100644 --- a/patches.def.h +++ b/patches.def.h @@ -721,6 +721,11 @@ */ #define PERTAG_PATCH 0 +/* Option to store gaps on a per tag basis rather than on a per monitor basis. + * Depends on both pertag and vanitygaps patches being enabled. + */ +#define PERTAG_VANITYGAPS_PATCH 0 + /* This controls whether or not to also store bar position on a per * tag basis, or leave it as one bar per monitor. */ |
