move_window
Move, resize, or both a window that matches the provided title pattern. Optional x, y, width, height parameters; any omitted dimension stays unchanged.
Instructions
Move and/or resize a window matching the given title pattern. Any of x, y, width, height omitted leaves that dimension unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title_pattern | Yes | ||
| x | No | ||
| y | No | ||
| width | No | ||
| height | No |