Adding taglabels patch ref. #199

This commit is contained in:
bakkeby
2021-11-23 22:36:53 +01:00
parent c7af5c6b67
commit 63fed59d19
8 changed files with 121 additions and 1 deletions

View File

@@ -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.