summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-05 23:44:18 +0200
committerbakkeby <[email protected]>2019-10-05 23:44:18 +0200
commitf096d003d9c33ec08f1d563e8f52c44f32ed80c8 (patch)
treee626ec48349d2fbf2211bf5c74208db967a5b075 /patches.h
parent15a4c58924fd786b5e335f60aa8cc55f543cc772 (diff)
downloaddwm-flexipatch-f096d003d9c33ec08f1d563e8f52c44f32ed80c8.tar.gz
dwm-flexipatch-f096d003d9c33ec08f1d563e8f52c44f32ed80c8.zip
Adding hidevacanttags 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 8c35a63..1cb2863 100644
--- a/patches.h
+++ b/patches.h
@@ -169,6 +169,11 @@
*/
#define FULLSCREEN_PATCH 0
+/* This patch prevents dwm from drawing tags with no clients (i.e. vacant) on the bar.
+ * https://dwm.suckless.org/patches/hide_vacant_tags/
+ */
+#define HIDEVACANTTAGS_PATCH 0
+
/* With this patch dwm's built-in status bar is only shown when HOLDKEY is pressed
* and the bar will now overlay the display.
* http://dwm.suckless.org/patches/holdbar/