From ff60c97573fe92f240c3e478e851c2de58273cab Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Sep 2024 07:32:04 +0100 Subject: [PATCH] Steamscope use fullscreen and gamepadui again --- system/Vanguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index c1d70ef4..bbb76f39 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -24,7 +24,7 @@ prismlauncher (writeShellScriptBin "steamscope" '' swaymsg output DP-1 scale 1 adaptive_sync on - gamescope -w 2560 -h 1440 -r 120 --adaptive-sync -e -- steam + gamescope -w 2560 -h 1440 -r 120 --adaptive-sync --fullscreen -e -- steam -gamepadui swaymsg output DP-1 scale 1.25 adaptive_sync off '') ];