diff options
| author | bakkeby <[email protected]> | 2021-11-23 22:36:53 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-11-23 22:36:53 +0100 |
| commit | 63fed59d19ee51f8f8d2876425817e099cb57b04 (patch) | |
| tree | 43aca0765a77909733534051c83b7be622a9c0b9 /patches.def.h | |
| parent | c7af5c6b67cf2f09439050f635684a42a879c446 (diff) | |
| download | dwm-flexipatch-63fed59d19ee51f8f8d2876425817e099cb57b04.tar.gz dwm-flexipatch-63fed59d19ee51f8f8d2876425817e099cb57b04.zip | |
Adding taglabels patch ref. #199
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/patches.def.h b/patches.def.h index bcd15e2..7451dc4 100644 --- a/patches.def.h +++ b/patches.def.h @@ -152,9 +152,14 @@ */ #define BAR_SYSTRAY_PATCH 0 -/* Show tag symbols in bar */ +/* Show tag symbols in the bar. */ #define BAR_TAGS_PATCH 1 +/* Show tag symbols + class of master window in the bar. + * https://dwm.suckless.org/patches/taglabels/ + */ +#define BAR_TAGLABELS_PATCH 0 + /* This patch adds the window icon next to the window title in the bar. * * The patch depends on Imlib2 for icon scaling. |
