dwm: Use dot indicators for tags

The idea is that the dwm session is actually a simple version of the
Hyprland session, and the tag functionality isn't actually used.
This commit is contained in:
Donovan Glover 2024-08-22 22:53:19 -04:00
parent c72bfa9448
commit e7997f5fbc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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