From 8f1c19f87c155266e95c80b519454ea9e5e56d88 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 22 Sep 2024 07:27:25 +0100 Subject: [PATCH] Force output resolution in steamscope script, enable mangohud --- system/Vanguard.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index bbb76f39..fb028e05 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -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 = {