summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-04 22:51:42 +0200
committerbakkeby <[email protected]>2019-10-04 22:51:42 +0200
commit8c768b21e1955e751d3992adcc3c76ef9f49d82e (patch)
tree8400e2cebf768cde2eb4f77d3275ca39cfe3fd14 /patches.h
parent2de0c0e30758021f0e4fb4f734942a60e146c31e (diff)
downloaddwm-flexipatch-8c768b21e1955e751d3992adcc3c76ef9f49d82e.tar.gz
dwm-flexipatch-8c768b21e1955e751d3992adcc3c76ef9f49d82e.zip
Adding monoclesymbol patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 2d31b3e..ff31936 100644
--- a/patches.h
+++ b/patches.h
@@ -203,6 +203,12 @@
*/
#define MONITOR_RULES_PATCH 0
+/* Always display the the monocle-symbol as defined in config.h if the monocle-layout
+ * is activated. Do not display the number of open clients in the current tag.
+ * https://dwm.suckless.org/patches/monoclesymbol/
+ */
+#define MONOCLESYMBOL_PATCH 0
+
/* This patch makes it so dwm will only exit via quit() if no windows are open.
* This is to prevent you accidentally losing all your work.
* https://dwm.suckless.org/patches/onlyquitonempty/