diff --git a/system/Vanguard.nix b/system/Vanguard.nix index 0bca4f76..e777067e 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -51,6 +51,16 @@ ]; }) ]; + programs.gamescope.args = [ + "-W 2540" + "-H 1440" + "-r 120" + "-F fsr" + "--fullscreen" + "--adaptive-sync" + "--mangoapp" + "-e" + ]; services.hardware.openrgb.enable = true; networking.wg-quick.interfaces.wg0.configFile = "/etc/wireguard/gb-mnc-wg-001.conf"; system.stateVersion = "23.05"; diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 3c68e68e..24eb9d0c 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -295,7 +295,7 @@ "idleinhibit fullscreen, class:firefox|com.github.rafostar.Clapper" # Inhibit idle when playing games - "idleinhibit always, class:(steam_app|Minecraft).*" + "idleinhibit always, class:(steam_app|gamescope|Minecraft).*" # LibreOffice "suppressevent fullscreen maximize, class:(libreoffice|soffice)(.*)" diff --git a/system/steam.nix b/system/steam.nix index fa07496b..33f831ab 100644 --- a/system/steam.nix +++ b/system/steam.nix @@ -10,7 +10,7 @@ }; gamescope = { enable = true; - capSysNice = true; + capSysNice = false; # Currently a bug with starting Steam games }; }; home-manager.users.${username}.programs.mangohud = {