From 70c4d12a8b2e52212ccf32d2b7976a29e43626da Mon Sep 17 00:00:00 2001 From: Mark Dickie Date: Fri, 27 Mar 2026 10:34:38 +0100 Subject: [PATCH] Correct wrong window rule --- modules/home-manager/hyprland/windows.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland/windows.nix b/modules/home-manager/hyprland/windows.nix index 96b9c4e..718a759 100644 --- a/modules/home-manager/hyprland/windows.nix +++ b/modules/home-manager/hyprland/windows.nix @@ -15,7 +15,7 @@ in "match:class ^(org.pulseaudio.pavucontrol|blueberry.py)$, float on" # Just dash of transparency - "match:class *, opacity 0.97 0.9" + "match:class .*, opacity 0.97 0.9" # Image viewer rules "match:class swayimg, float on" -- 2.51.2