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

3
dwm.c
View File

@@ -485,6 +485,9 @@ struct Monitor {
#if INSETS_PATCH
Inset inset;
#endif // INSETS_PATCH
#if BAR_TAGLABELS_PATCH
char taglabel[NUMTAGS][64];
#endif // BAR_TAGLABELS_PATCH
#if IPC_PATCH
char lastltsymbol[16];
TagState tagstate;