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

32 lines
825 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From 1130aa352091877fecafbcbdfd8917d573f06a0c Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 20 Apr 2022 19:31:59 +0200
2022-08-31 16:59:34 +00:00
Subject: [PATCH 19/27] taglabels
2022-06-21 11:36:40 +00:00
---
patches.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches.def.h b/patches.def.h
2022-08-31 16:59:34 +00:00
index d2909a5..22ac7ea 100644
2022-06-21 11:36:40 +00:00
--- a/patches.def.h
+++ b/patches.def.h
2022-08-31 16:59:34 +00:00
@@ -170,12 +170,12 @@
2022-06-21 11:36:40 +00:00
#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/
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00