aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-26 12:21:35 +0100
committerJoe <rbo@gmx.us>2024-12-26 12:21:35 +0100
commit99b3fa6ed3eb8505f92b16da37efca6e5084c3dc (patch)
treed180cc4bcd0854d3618d19fc6810b4e50ca639c3 /config.def.h
parentup (diff)
downloaddwm-99b3fa6ed3eb8505f92b16da37efca6e5084c3dc.tar.gz
dwm-99b3fa6ed3eb8505f92b16da37efca6e5084c3dc.tar.bz2
dwm-99b3fa6ed3eb8505f92b16da37efca6e5084c3dc.tar.xz
dwm-99b3fa6ed3eb8505f92b16da37efca6e5084c3dc.tar.zst
dwm-99b3fa6ed3eb8505f92b16da37efca6e5084c3dc.zip
fucking cool
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 33d524c..c8b3b43 100644
--- a/config.def.h
+++ b/config.def.h
@@ -52,6 +52,19 @@ static Sp scratchpads[] = {
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+static const char *tagsel[][2] = {
+ /* fg bg */
+ { "#ebdbb2", "#cc241d" },
+ { "#ebdbb2", "#98971a" },
+ { "#ebdbb2", "#d79921" },
+ { "#ebdbb2", "#458588" },
+ { "#ebdbb2", "#b16286" },
+ { "#ebdbb2", "#fb4934" },
+ { "#ebdbb2", "#b8bb26" },
+ { "#ebdbb2", "#fabd2f" },
+ { "#ebdbb2", "#83a598" },
+};
+
/* grid of tags */
#define DRAWCLASSICTAGS 1 << 0
#define DRAWTAGGRID 1 << 1