From f096d003d9c33ec08f1d563e8f52c44f32ed80c8 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sat, 5 Oct 2019 23:44:18 +0200 Subject: Adding hidevacanttags patch --- patches.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'patches.h') 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/ -- cgit v1.2.3