diff --git a/config.h b/config.h index cc28b4d..dfef0e0 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,7 @@ static char *colors[][3] = { }; /* tagging */ //static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", " " }; +static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", " " }; static const Rule rules[] = { /* xprop(1): diff --git a/dwm b/dwm index 0bef2b9..c79e905 100755 Binary files a/dwm and b/dwm differ