diff options
| author | bakkeby <[email protected]> | 2021-11-23 22:49:27 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-11-23 22:49:27 +0100 |
| commit | a9078fdb4d2105cd2e58a00c3f4a6ae31b353f2c (patch) | |
| tree | 4d9ed2a851735bb92a7c540023dca3cd6fefef76 /patches.def.h | |
| parent | 63fed59d19ee51f8f8d2876425817e099cb57b04 (diff) | |
| download | dwm-flexipatch-a9078fdb4d2105cd2e58a00c3f4a6ae31b353f2c.tar.gz dwm-flexipatch-a9078fdb4d2105cd2e58a00c3f4a6ae31b353f2c.zip | |
Adding underlinetags patch ref. #199
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. |
