summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-04-04 10:49:25 +0200
committerbakkeby <[email protected]>2021-04-04 10:49:31 +0200
commit521f87af13006ae548f6e3a668a303a792255338 (patch)
tree7c3cfdbab3452d455b53665dc15410f09812d441 /patches.def.h
parent4b22fdc0c383daf2612f416f81a6f391170bf213 (diff)
downloaddwm-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.h5
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.
*/