diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-14 16:09:16 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-14 16:09:16 +0900 |
| commit | e3d40cb547926f521d1638bde881f74a7ed3e064 (patch) | |
| tree | 14d599b5bfe778fa2304b33f2519139bf0537444 | |
| parent | f666a38efac37b4228ea4244da0bc27bc1fd11e8 (diff) | |
modified 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 118d050..2b38600 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -117,7 +117,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" }, |
