diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 22:43:53 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 22:43:53 +0900 |
| commit | d37a9082dae99339683cd002b888de29767b5341 (patch) | |
| tree | ef3b75e30edcd243fce2b6f950ec380814e51ad5 /dwm/config.def.h | |
| parent | 447a9c77cf2e9d73d1a315ab4d12f312c83dcb4c (diff) | |
modified dwm/config.def.h, modified dwm/dwm.c
Diffstat (limited to 'dwm/config.def.h')
| -rw-r--r-- | dwm/config.def.h | 2 |
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" }, |
