Steamscope use fullscreen and gamepadui again

This commit is contained in:
Evie Litherland-Smith 2024-09-21 07:32:04 +01:00
parent 0d8bc81ef2
commit ff60c97573

View file

@ -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
'')
];