Force output resolution in steamscope script, enable mangohud
This commit is contained in:
parent
c957e570e2
commit
8f1c19f87c
|
@ -23,9 +23,9 @@
|
||||||
cartridges
|
cartridges
|
||||||
prismlauncher
|
prismlauncher
|
||||||
(writeShellScriptBin "steamscope" ''
|
(writeShellScriptBin "steamscope" ''
|
||||||
swaymsg output DP-1 scale 1 adaptive_sync on
|
swaymsg output DP-1 adaptive_sync on
|
||||||
gamescope -w 2560 -h 1440 -r 120 --adaptive-sync --fullscreen -e -- steam -gamepadui
|
gamescope -w 2560 -h 1440 -W 2560 -H 1440 -r 120 --adaptive-sync --fullscreen --mangoapp -e -- steam -gamepadui
|
||||||
swaymsg output DP-1 scale 1.25 adaptive_sync off
|
swaymsg output DP-1 adaptive_sync off
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
|
|
Loading…
Reference in a new issue