summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index 16fb791..472d535 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -445,6 +445,12 @@
*/
#define DECORATION_HINTS_PATCH 0
+/* This feature distributes all clients on the current monitor evenly across all tags.
+ * It is a variant of the reorganizetags patch.
+ * https://dwm.suckless.org/patches/reorganizetags/
+ */
+#define DISTRIBUTETAGS_PATCH 0
+
/* Similarly to the dragmfact patch this allows you to click and drag clients to change the
* cfact to adjust the client's size in the stack. This patch depends on the cfacts patch.
*/