dwm: Increase tag amount from 3 to 6

This commit is contained in:
Donovan Glover 2024-09-05 17:16:20 -04:00
parent 54d9750b65
commit 3f9ed977cf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -47,7 +47,7 @@ in
[SchemeSel] = { OPAQUE, baralpha, baralpha },
};
static const char *tags[] = { "", "", "" };
static const char *tags[] = { "", "", "", "", "", "" };
static const Rule rules[] = {
{ "librewolf", NULL, NULL, 0, 1, -1 },