diff --git a/src/config.def.h b/src/config.def.h index ee22d38..ce34395 100644 --- a/src/config.def.h +++ b/src/config.def.h @@ -35,6 +35,7 @@ static const int *schemes[3][2] = { /* * Tags + * Must not exceed 31 tags and amount must match dwl's tagcount. */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };