hidevacanttags

This commit is contained in:
doman 2025-05-26 12:32:39 +02:00
parent bc4ad53e9f
commit 061a63cc8d

View file

@ -341,7 +341,7 @@
/* This patch prevents dwm from drawing tags with no clients (i.e. vacant) on the bar. /* This patch prevents dwm from drawing tags with no clients (i.e. vacant) on the bar.
* https://dwm.suckless.org/patches/hide_vacant_tags/ * https://dwm.suckless.org/patches/hide_vacant_tags/
*/ */
#define BAR_HIDEVACANTTAGS_PATCH 0 #define BAR_HIDEVACANTTAGS_PATCH 1
/* With this patch dwm's built-in status bar is only shown when HOLDKEY is pressed /* With this patch dwm's built-in status bar is only shown when HOLDKEY is pressed
* and the bar will now overlay the display. * and the bar will now overlay the display.