diff --git a/README.md b/README.md index e44ffc7..9e350a9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Save the following as `~/.local/bin/taptaploot-forward.sh` (or download from the ```bash #!/bin/bash # Launches TapTapLoot in rootful Xwayland -# Steam launch option: ~/.local/bin/taptaploot-forward.sh %command% +# Steam launch option: ~/.local/bin/taptaploot-forward.sh %command% -screen-fullscreen 0 for i in $(seq 10 30); do if [ ! -e "/tmp/.X11-unix/X$i" ]; then @@ -79,7 +79,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 800x600 -noreset -auth "$GAME_XAUTH" & XWAYLAND_PID=$! sleep 1 diff --git a/taptaploot-forward.sh b/taptaploot-forward.sh index 72845da..0b407cf 100644 --- a/taptaploot-forward.sh +++ b/taptaploot-forward.sh @@ -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