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.
This commit is contained in:
kenji
2026-03-14 08:45:13 -05:00
parent fffe6bc7cc
commit 3558d604eb
+1 -1
View File
@@ -25,7 +25,7 @@
windowrulev2 = [ windowrulev2 = [
"workspace special:youtube, class:^(youtube)$" "workspace special:youtube, class:^(youtube)$"
"workspace special:jellyfin, class:^(jellyfin)$" "workspace special:jellyfin, class:^(jellyfin)$"
"opacity 0.99 0.99, class:(firefox|youtube|jellyfin)" "noblur, class:(firefox|youtube|jellyfin)"
]; ];
}; };
imports = [ imports = [