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