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