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