Skip to content

Commit

Permalink
fix: Steam remove bigpicture flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Oct 7, 2024
1 parent 8ac7e3f commit ba0bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/steam/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gow_log "Steam startup.sh"
mkdir -p "$HOME/.steam/ubuntu12_32/steam-runtime"

# Use the new big picture mode by default
STEAM_STARTUP_FLAGS=${STEAM_STARTUP_FLAGS:-"-bigpicture -steamos3"}
STEAM_STARTUP_FLAGS=${STEAM_STARTUP_FLAGS:-"-steamos3"}

# Some game fixes taken from the Steam Deck
export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
Expand Down

0 comments on commit ba0bc43

Please sign in to comment.