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:
parent
845798c1f4
commit
10570b3613
|
@ -22,7 +22,9 @@
|
||||||
lutris
|
lutris
|
||||||
cartridges
|
cartridges
|
||||||
prismlauncher
|
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 = {
|
programs.obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -85,13 +87,6 @@
|
||||||
gamescope = {
|
gamescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
capSysNice = true;
|
capSysNice = true;
|
||||||
args = [
|
|
||||||
"-w 2560"
|
|
||||||
"-h 1440"
|
|
||||||
"-r 165"
|
|
||||||
"--adaptive-sync"
|
|
||||||
"--force-grab-cursor"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue