Force output resolution in steamscope script, enable mangohud

This commit is contained in:
Evie Litherland-Smith 2024-09-22 07:27:25 +01:00
parent c957e570e2
commit 8f1c19f87c

View file

@ -23,9 +23,9 @@
cartridges
prismlauncher
(writeShellScriptBin "steamscope" ''
swaymsg output DP-1 scale 1 adaptive_sync on
gamescope -w 2560 -h 1440 -r 120 --adaptive-sync --fullscreen -e -- steam -gamepadui
swaymsg output DP-1 scale 1.25 adaptive_sync off
swaymsg output DP-1 adaptive_sync on
gamescope -w 2560 -h 1440 -W 2560 -H 1440 -r 120 --adaptive-sync --fullscreen --mangoapp -e -- steam -gamepadui
swaymsg output DP-1 adaptive_sync off
'')
];
programs.obs-studio = {