From e4f2eb2416e238a99c69c578750066cd7e73eba4 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 26 Mar 2024 16:50:07 +0330 Subject: [PATCH] fix: steamos mangohud --- configs/shell/zsh/.steam-os/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shell/zsh/.steam-os/main.sh b/configs/shell/zsh/.steam-os/main.sh index 8574df3..926f238 100755 --- a/configs/shell/zsh/.steam-os/main.sh +++ b/configs/shell/zsh/.steam-os/main.sh @@ -21,7 +21,7 @@ run_steamos() { local HEIGHT=1080 local REFRESH_RATE=75 - MAGOHUD=1 STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck + MANGOHUD=1 STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck } run_services