summaryrefslogtreecommitdiff
path: root/dwm/config.def.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 22:43:53 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 22:43:53 +0900
commitd37a9082dae99339683cd002b888de29767b5341 (patch)
treeef3b75e30edcd243fce2b6f950ec380814e51ad5 /dwm/config.def.h
parent447a9c77cf2e9d73d1a315ab4d12f312c83dcb4c (diff)
modified dwm/config.def.h, modified dwm/dwm.c
Diffstat (limited to 'dwm/config.def.h')
-rw-r--r--dwm/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 6ceabc9..077264e 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -116,7 +116,7 @@ static Sp scratchpads[] = {
};
/* tagging */
-static const char *tags[] = { "", "", "", "󰝚", "", "󰧮", "󱇤", "", "󰭹" };
+static const char *tags[] = { "", "", "", "", "", "󱔗", "", "", "󰭹" };
static const char *tagsalt[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static char *tagsel[][2] = {
{ "#f8f8f2", "#005577" },