From 447a9c77cf2e9d73d1a315ab4d12f312c83dcb4c Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:16:49 +0900 Subject: modified dwm/config.def.h --- dwm/config.def.h | 4 ++-- 1 file 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" }, -- cgit v1.2.3