Move gamescope args into steamscope command instead of globally

Use fullscreen with gamepadui as this seems to be most stable
This commit is contained in:
Evie Litherland-Smith 2024-09-14 10:39:35 +01:00
parent 845798c1f4
commit 10570b3613

View file

@ -22,7 +22,9 @@
lutris
cartridges
prismlauncher
(writeShellScriptBin "steamscope" "gamescope -e -- steam")
(writeShellScriptBin "steamscope" ''
gamescope -w 2560 -h 1440 -r 165 --adaptive-sync --force-grab-cursor --fullscreen -e -- steam -gamepadui
'')
];
programs.obs-studio = {
enable = true;
@ -85,13 +87,6 @@
gamescope = {
enable = true;
capSysNice = true;
args = [
"-w 2560"
"-h 1440"
"-r 165"
"--adaptive-sync"
"--force-grab-cursor"
];
};
};
}