diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-06 21:20:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-06 21:20:13 +0900 |
| commit | 9aad4431a316773171947b5ff8747eb2a0c5e97d (patch) | |
| tree | 82bc9ef8fcb46079390e0e2fafae5637d543a050 /dwm/config.def.h | |
| parent | 589f428b3603743a7f79fcb5cb7dc208f2612c20 (diff) | |
modified dwm/config.def.h
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 8efd887..61a7a6e 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -118,7 +118,7 @@ static Sp scratchpads[] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -static const char *tagsalt[] = { "", "", "", "", "", "", "", "", "" }; +static const char *tagsalt[] = { "", "", "", "", "", "", "", "", "" }; static char *tagsel[][2] = { { "#f8f8f2", "#005577" }, { "#f8f8f2", "#005577" }, |
