summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-05 23:28:50 +0200
committerbakkeby <[email protected]>2019-10-05 23:28:50 +0200
commit15a4c58924fd786b5e335f60aa8cc55f543cc772 (patch)
tree1514429c0c8461fb49d86ceb62027cdb9c0af610 /patches.h
parentb6928ab1fb05c6e19c258ac5e16883b2fa84188a (diff)
downloaddwm-flexipatch-15a4c58924fd786b5e335f60aa8cc55f543cc772.tar.gz
dwm-flexipatch-15a4c58924fd786b5e335f60aa8cc55f543cc772.zip
Adding taggrid patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 9bd770a..8c35a63 100644
--- a/patches.h
+++ b/patches.h
@@ -331,6 +331,11 @@
*/
#define TAGALLMON_PATCH 0
+/* This patch adds an option to place tags in rows like in many other window managers.
+ * https://dwm.suckless.org/patches/taggrid/
+ */
+#define TAGGRID_PATCH 0
+
/* This patch makes new clients attach into the stack area when you toggle a new tag into
* view. This means your master area will remain unchanged when toggling views.
* The allmaster patch will cause all clients in the master area to be left alone. This patch