From e2edc9910297656254e0e195b6000ec6d0a90102 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 26 Mar 2024 15:24:37 +0330 Subject: [PATCH] feat: steamos mangohud --- configs/shell/zsh/.steam-os/main.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/shell/zsh/.steam-os/main.sh b/configs/shell/zsh/.steam-os/main.sh index 0afc433..48e6854 100755 --- a/configs/shell/zsh/.steam-os/main.sh +++ b/configs/shell/zsh/.steam-os/main.sh @@ -17,11 +17,12 @@ run_services() { } run_steamos() { - local WIDTH=1600 - local HEIGHT=900 + local WIDTH=1920 + local HEIGHT=1080 local REFRESH_RATE=75 + local HUD=1 - STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck + MAGOHUD=$HUD STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W $WIDTH -H $HEIGHT -r $REFRESH_RATE -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck } run_services