From 913795a4f62495dd2a7569d2eb3589be94994644 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 26 Mar 2024 15:38:42 +0330 Subject: [PATCH] chore: steamos mangohud --- configs/shell/zsh/.steam-os/main.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/shell/zsh/.steam-os/main.sh b/configs/shell/zsh/.steam-os/main.sh index 48e6854..8574df3 100755 --- a/configs/shell/zsh/.steam-os/main.sh +++ b/configs/shell/zsh/.steam-os/main.sh @@ -20,9 +20,8 @@ run_steamos() { local WIDTH=1920 local HEIGHT=1080 local REFRESH_RATE=75 - local HUD=1 - MAGOHUD=$HUD STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck + MAGOHUD=1 STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck } run_services