Skip to content

Commit

Permalink
feat: remove screentearing steamos
Browse files Browse the repository at this point in the history
  • Loading branch information
IogaMaster committed Nov 26, 2023
1 parent eb56cea commit a58ab08
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 -H 1080 -b -f -e --adaptive-sync --rt -r 60 --expose-wayland -- steam -gamepadui -steamdeck -steamos -fulldesktopres -tenfoot
gamescope -H 1080 -b -f -e --adaptive-sync -r 60 --expose-wayland -- steam -gamepadui -steamdeck -steamos -fulldesktopres -tenfoot
'')
];

Expand Down

0 comments on commit a58ab08

Please sign in to comment.