mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 06:29:00 +01:00
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:
parent
c72bfa9448
commit
e7997f5fbc
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user