move_resize_window
Reposition and adjust window dimensions on GNOME desktop by specifying coordinates and size parameters.
Instructions
Move and resize a window. Unmaximizes first if needed.
Args: window_id: The window's stable ID. x: New X position. y: New Y position. width: New width. height: New height.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_id | Yes | ||
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |