odrling-overlay/x11-wm/dwm/files/0019-taglabels.patch
2022-06-21 13:46:07 +02:00

32 lines
825 B
Diff

From 26007412a42b5513ef4967a6754329f9b706caed Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 20 Apr 2022 19:31:59 +0200
Subject: [PATCH 19/26] taglabels
---
patches.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches.def.h b/patches.def.h
index ee260d0..980d862 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -153,12 +153,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.35.1