From 548852859f084c8cf7f4e1874f8f78ec8c12709d Mon Sep 17 00:00:00 2001 From: IogaMaster Date: Sat, 25 Nov 2023 21:37:04 -0700 Subject: [PATCH] feat: add upscaling to steamos script --- modules/nixos/apps/steam/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/apps/steam/default.nix b/modules/nixos/apps/steam/default.nix index 3f0085e..a7f8b08 100644 --- a/modules/nixos/apps/steam/default.nix +++ b/modules/nixos/apps/steam/default.nix @@ -31,7 +31,7 @@ in { }) (pkgs.writeShellScriptBin "steamos" '' - gamescope -W 1920 -H 1080 -w 1920 -h 1080 -e --adaptive-sync -- steam -gamepadui -steamdeck -steamos -fulldesktopres -tenfoot + gamescope -H 1080 -b -f -e --adaptive-sync --rt -r 60 --expose-wayland -- steam -gamepadui -steamdeck -steamos -fulldesktopres -tenfoot '') ]; };