aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-11-06 13:51:12 +0100
committerjoe <rbo@gmx.us>2025-11-06 13:51:12 +0100
commiteefa3073724d58f5a13bc1d8a64ce77b52223aef (patch)
tree2f2aae30008d914ad78cdc19010bf4fecc8a0d37
parentup (diff)
downloaddwm-master.tar.gz
dwm-master.tar.bz2
dwm-master.tar.xz
dwm-master.tar.zst
dwm-master.zip
-rw-r--r--config.def.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 101a7c0..a4f922f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -49,6 +49,16 @@ static Sp scratchpads[] = {
/* tagging */
static const char *tags[] = {
+ " [!] ",
+ " [@] ",
+ " [#] ",
+ " [$] ",
+ " [%] ",
+ " [^] ",
+ " [&] ",
+ " [*] ",
+ " [(] "
+/*
"  ",
"  ",
"  ",
@@ -58,6 +68,7 @@ static const char *tags[] = {
"  ",
"  ",
"  "
+*/
};
static const unsigned int ulinepad = 6; /* horizontal padding between the underline and tag */