diff options
| author | bakkeby <[email protected]> | 2019-10-05 23:44:18 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-05 23:44:18 +0200 |
| commit | f096d003d9c33ec08f1d563e8f52c44f32ed80c8 (patch) | |
| tree | e626ec48349d2fbf2211bf5c74208db967a5b075 /patches.h | |
| parent | 15a4c58924fd786b5e335f60aa8cc55f543cc772 (diff) | |
| download | dwm-flexipatch-f096d003d9c33ec08f1d563e8f52c44f32ed80c8.tar.gz dwm-flexipatch-f096d003d9c33ec08f1d563e8f52c44f32ed80c8.zip | |
Adding hidevacanttags patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/ |
