diff --git a/rdp-proxy/manager.py b/rdp-proxy/manager.py index ae3cb10..78c8f02 100644 --- a/rdp-proxy/manager.py +++ b/rdp-proxy/manager.py @@ -102,7 +102,7 @@ def _anti_idle_loop(): ) win_id = r.stdout.decode().strip().splitlines()[0] if r.stdout.strip() else "" if win_id: - x, y = (5, 5) if toggle else (6, 6) + x, y = (5, 80) if toggle else (6, 81) subprocess.run( ["xdotool", "mousemove", "--window", win_id, str(x), str(y)], env=env, capture_output=True, timeout=5,