move_window
Move a window to a new screen position by specifying its ID and top-left corner coordinates.
Instructions
Move a window to a new screen position.
Use windows() to find the window ID first.
Args:
window_id: The window ID to move.
x: New horizontal position of the top-left corner.
y: New vertical position of the top-left corner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_id | Yes | ||
| x | Yes | ||
| y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |