From bbf7ab7808a1e4169ffb220e6d282be7c8a244ac Mon Sep 17 00:00:00 2001 From: bepis Date: Thu, 23 Apr 2026 13:43:19 +1000 Subject: [PATCH] -Updated screen res to smaller window --- taptaploot-forward.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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