Skip to content

Commit

Permalink
Revert "[Snap] Default SDL_VIDEODRIVER in warzone2100-launcher.sh"
Browse files Browse the repository at this point in the history
This reverts commit 10d2445.
  • Loading branch information
past-due committed Nov 20, 2023
1 parent b836a94 commit 6ec44f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/snap/warzone2100-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ fi
export XDG_DATA_HOME="${SNAP_USER_COMMON}"
export XDG_CONFIG_HOME="${SNAP_USER_COMMON}"

# default SDL_VIDEODRIVER if unset (prefer wayland)
if [ -z "${SDL_VIDEODRIVER}" ]; then
export SDL_VIDEODRIVER="wayland,x11"
fi

exec "$@"

0 comments on commit 6ec44f8

Please sign in to comment.