From 3558d604eb80bca28536d9c5ded200b724897696 Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 14 Mar 2026 08:45:13 -0500 Subject: [PATCH] fix(firefox): Use noblur rule to prevent blur Resolve the persistent issue of Firefox windows blurring when inactive by: - Removing the ineffective rule from . - Implementing the direct window rule for all relevant Firefox classes (, , ), ensuring explicit exemption from Hyprland's blur effect. --- apps/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/firefox/default.nix b/apps/firefox/default.nix index 87508a1..102eccf 100644 --- a/apps/firefox/default.nix +++ b/apps/firefox/default.nix @@ -25,7 +25,7 @@ windowrulev2 = [ "workspace special:youtube, class:^(youtube)$" "workspace special:jellyfin, class:^(jellyfin)$" - "opacity 0.99 0.99, class:(firefox|youtube|jellyfin)" + "noblur, class:(firefox|youtube|jellyfin)" ]; }; imports = [