summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-11-23 22:49:27 +0100
committerbakkeby <[email protected]>2021-11-23 22:49:27 +0100
commita9078fdb4d2105cd2e58a00c3f4a6ae31b353f2c (patch)
tree4d9ed2a851735bb92a7c540023dca3cd6fefef76 /patches.def.h
parent63fed59d19ee51f8f8d2876425817e099cb57b04 (diff)
downloaddwm-flexipatch-a9078fdb4d2105cd2e58a00c3f4a6ae31b353f2c.tar.gz
dwm-flexipatch-a9078fdb4d2105cd2e58a00c3f4a6ae31b353f2c.zip
Adding underlinetags patch ref. #199
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index 7451dc4..022a4a6 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -160,6 +160,11 @@
*/
#define BAR_TAGLABELS_PATCH 0
+/* This patch underlines the selected tag, or optionally all tags.
+ * https://dwm.suckless.org/patches/underlinetags/
+ */
+#define BAR_UNDERLINETAGS_PATCH 0
+
/* This patch adds the window icon next to the window title in the bar.
*
* The patch depends on Imlib2 for icon scaling.