Update gamescope args and steamscope command

This commit is contained in:
Evie Litherland-Smith 2024-09-14 10:26:29 +01:00
parent 5330283284
commit 845798c1f4

View file

@ -22,7 +22,7 @@
lutris lutris
cartridges cartridges
prismlauncher prismlauncher
(writeShellScriptBin "steamscope" " gamescope -e -- steam -gamepaduid ") (writeShellScriptBin "steamscope" "gamescope -e -- steam")
]; ];
programs.obs-studio = { programs.obs-studio = {
enable = true; enable = true;
@ -86,12 +86,11 @@
enable = true; enable = true;
capSysNice = true; capSysNice = true;
args = [ args = [
"-W 2560" "-w 2560"
"-H 1440" "-h 1440"
"-r 165" "-r 165"
"--expose-wayland"
"--fullscreen"
"--adaptive-sync" "--adaptive-sync"
"--force-grab-cursor"
]; ];
}; };
}; };