From b0a3843bcc9eaf62bfd8ff61ff1fc683ac76e7a2 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:33:41 +0200 Subject: [PATCH] Minimise the steam's games Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/hyprland/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index fbe48e61..8cd4e651 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -133,6 +133,9 @@ in { "match:class helium, suppress_event fullscreen" "match:class helium, sync_fullscreen false" + "match:class ^(steam_app_.*)$, suppress_event fullscreen" + "match:class ^(steam_app_.*)$, sync_fullscreen false" + "match:class proton-authenticator, float on" "match:class proton-authenticator, center on" "match:class proton-authenticator, size 500 400"