summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-24 07:35:00 +0200
committerbakkeby <[email protected]>2019-10-24 10:35:24 +0200
commit4052783a63e1368a6f7595e61d41835e77cd7746 (patch)
tree14eaf1dd7e46d5c81d80786534d0cf9f015590ec /patches.h
parent9e53b46e35b09533448b8c58d7ec5727ad978e87 (diff)
downloaddwm-flexipatch-4052783a63e1368a6f7595e61d41835e77cd7746.tar.gz
dwm-flexipatch-4052783a63e1368a6f7595e61d41835e77cd7746.zip
Adding extrabar patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 83c9208..33db1b1 100644
--- a/patches.h
+++ b/patches.h
@@ -143,6 +143,13 @@
*/
#define EWMHTAGS_PATCH 0
+/* This patch will enable an extra status bar in dwm in a similar manner to the dualstatus
+ * patch. If the primary status is at the top via topbar then the extra status bar will be
+ * placed at the bottom and vice versa.
+ * https://dwm.suckless.org/patches/extrabar/
+ */
+#define EXTRABAR_PATCH 0
+
/* Only allow clients to "fullscreen" into the space currently given to them.
* As an example, this will allow you to view a fullscreen video in your browser on
* one half of the screen, while having the other half available for other tasks.