odrling-overlay/x11-wm/dwm/files/0019-taglabels.patch

32 lines
825 B
Diff

From 1130aa352091877fecafbcbdfd8917d573f06a0c Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 20 Apr 2022 19:31:59 +0200
Subject: [PATCH 19/27] taglabels
---
patches.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches.def.h b/patches.def.h
index d2909a5..22ac7ea 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -170,12 +170,12 @@
#define BAR_SYSTRAY_PATCH 0
/* Show tag symbols in the bar. */
-#define BAR_TAGS_PATCH 1
+#define BAR_TAGS_PATCH 0
/* Show tag symbols + class of master window in the bar.
* https://dwm.suckless.org/patches/taglabels/
*/
-#define BAR_TAGLABELS_PATCH 0
+#define BAR_TAGLABELS_PATCH 1
/* This patch underlines the selected tag, or optionally all tags.
* https://dwm.suckless.org/patches/underlinetags/
--
2.37.2