From f6408981f8bc36a9c300bca9b23127803099ab48 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 4 Jan 2024 22:49:47 +0900 Subject: [PATCH] Steam fixes --- .../common/desktops/hyprland/themes/stylix/hyprland-conf.nix | 2 ++ 1 file changed, 2 insertions(+) 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)$" ]; }; };