summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h7
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.