Update gamescope args and steamscope command
This commit is contained in:
parent
5330283284
commit
845798c1f4
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue