diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 22:50:28 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 22:50:28 +0900 |
| commit | d80517c624c35a9e0b7d89c1ed634acf1760ef7e (patch) | |
| tree | b7d2f1604c1733df367f3566614ddff667e40182 | |
| parent | d37a9082dae99339683cd002b888de29767b5341 (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 077264e..6b0daba 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" }, |
