Adjusted resolution in script and readme

This commit is contained in:
bepis
2026-04-23 14:09:55 +10:00
parent bbf7ab7808
commit e061b2a334
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ cleanup() {
}
trap cleanup EXIT INT TERM
XAUTHORITY="$GAME_XAUTH" Xwayland "$GAME_DISPLAY" -geometry 400x300 -noreset -auth "$GAME_XAUTH" &
# Change the resolution here if you would like it larger or smaller
XAUTHORITY="$GAME_XAUTH" Xwayland "$GAME_DISPLAY" -geometry 800x600 -noreset -auth "$GAME_XAUTH" &
XWAYLAND_PID=$!
sleep 1