diff options
| -rw-r--r-- | dwm/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index 8c309db..6ceabc9 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -116,8 +116,8 @@ static Sp scratchpads[] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -static const char *tagsalt[] = { "", "", "", "", "", "", "", "", "" }; +static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; +static const char *tagsalt[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static char *tagsel[][2] = { { "#f8f8f2", "#005577" }, { "#f8f8f2", "#005577" }, |
