summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-04-06 12:47:38 +0200
committerbakkeby <[email protected]>2021-04-06 12:47:38 +0200
commit0c88a49e27fd0888c81aea5dd3eef1c537164a6a (patch)
treeb2066d2097de4b64a6d5845f35b9cd86a60f9b9a /patches.def.h
parent905dc4d7afda05ca5dcc7c2f6dc9f0b25c7f8cda (diff)
downloaddwm-flexipatch-0c88a49e27fd0888c81aea5dd3eef1c537164a6a.tar.gz
dwm-flexipatch-0c88a49e27fd0888c81aea5dd3eef1c537164a6a.zip
Adding distributetags patch
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.
*/