diff --git a/taptaploot-forward.sh b/taptaploot-forward.sh index 1afb7fd..72845da 100644 --- a/taptaploot-forward.sh +++ b/taptaploot-forward.sh @@ -20,7 +20,7 @@ cleanup() { } trap cleanup EXIT INT TERM -XAUTHORITY="$GAME_XAUTH" Xwayland "$GAME_DISPLAY" -geometry 1920x1080 -noreset -auth "$GAME_XAUTH" & +XAUTHORITY="$GAME_XAUTH" Xwayland "$GAME_DISPLAY" -geometry 400x300 -noreset -auth "$GAME_XAUTH" & XWAYLAND_PID=$! sleep 1