From 0ecdf288140ccd0e3152531f22e8d61dbd2e24bc Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 21 Jun 2025 22:53:30 +0900 Subject: modified dwm/config.def.h --- dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm') diff --git a/dwm/config.def.h b/dwm/config.def.h index afafc3f..45126bb 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" }, -- cgit v1.2.3