Skip to content

Commit

Permalink
feat: add upscaling to steamos script
Browse files Browse the repository at this point in the history
  • Loading branch information
IogaMaster committed Nov 26, 2023
1 parent 06c7cfe commit 5488528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/apps/steam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'')
];
};
Expand Down

0 comments on commit 5488528

Please sign in to comment.