feat: steamos mangohud
This commit is contained in:
parent
5d1fd3435c
commit
e2edc99102
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue