diff --git a/home/dwm.nix b/home/dwm.nix index abf0d1c2..2f922a65 100644 --- a/home/dwm.nix +++ b/home/dwm.nix @@ -76,6 +76,7 @@ in static const Rule rules[] = { { "librewolf", NULL, NULL, 0, 1, -1 }, + { "coord", NULL, NULL, 0, 1, -1 }, }; static const float mfact = 0.55;