diff options
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 7451dc4..022a4a6 100644 --- a/patches.def.h +++ b/patches.def.h @@ -160,6 +160,11 @@ */ #define BAR_TAGLABELS_PATCH 0 +/* This patch underlines the selected tag, or optionally all tags. + * https://dwm.suckless.org/patches/underlinetags/ + */ +#define BAR_UNDERLINETAGS_PATCH 0 + /* This patch adds the window icon next to the window title in the bar. * * The patch depends on Imlib2 for icon scaling. |
