Adding underlinetags patch ref. #199

This commit is contained in:
bakkeby
2021-11-23 22:49:27 +01:00
parent 63fed59d19
commit a9078fdb4d
5 changed files with 26 additions and 4 deletions

View File

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