From e7997f5fbc61619795d239b62e536dec9aa9e666 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 22 Aug 2024 22:53:19 -0400 Subject: [PATCH] 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. --- specializations/dwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specializations/dwm.nix b/specializations/dwm.nix index a16b78e6..9e9b0c70 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -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 },