From df0fe9f276ebba2f530c98ce416a6328803794b0 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Wed, 27 Mar 2024 15:48:47 +0330 Subject: [PATCH] feat: gamescope mouse sensitivity --- configs/shell/zsh/.gamescope/steam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shell/zsh/.gamescope/steam.sh b/configs/shell/zsh/.gamescope/steam.sh index 8435b3a..1a395d8 100755 --- a/configs/shell/zsh/.gamescope/steam.sh +++ b/configs/shell/zsh/.gamescope/steam.sh @@ -4,7 +4,7 @@ source ~/.gamescope/utils/main.sh source ~/.gamescope/configs.sh run_os() { - MANGOHUD=1 STEAM_MULTIPLE_XWAYLANDS=1 gamescope -e --xwayland-count 2 --adaptive-sync -F fsr -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -- steam -gamepadui -steamdeck + MANGOHUD=1 STEAM_MULTIPLE_XWAYLANDS=1 gamescope -s 0.6 -e --xwayland-count 2 --adaptive-sync -F fsr -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -- steam -gamepadui -steamdeck } presetup