diff --git a/home-manager/common/desktops/hyprland/themes/stylix/hyprland-conf.nix b/home-manager/common/desktops/hyprland/themes/stylix/hyprland-conf.nix index 45c67e1e..cb433154 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix/hyprland-conf.nix @@ -70,6 +70,8 @@ windowrule = [ "noblur,^(firefox)$" # disables blur for firefox "opacity 1.0 override,^(firefox)$" + "noblur,^(steam)$" # disables blur for steam + "opacity 1.0 override,^(steam)$" ]; }; };