From 55ec2316a459d5b9828def77debc785f73fcf43e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 9 Feb 2025 07:05:50 +0000 Subject: [PATCH] Set default gamescope args to upscale 1080 -> 1440 --- system/Vanguard.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index e777067e..a98308b5 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -54,6 +54,8 @@ programs.gamescope.args = [ "-W 2540" "-H 1440" + "-w 1920" + "-h 1080" "-r 120" "-F fsr" "--fullscreen"