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:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user