set_window_geometry
Set the main window's position and size. Settings update live and persist after restart, ideal for demo setups or moving the app to a specific monitor.
Instructions
Set the main window's position and size in screen pixels. Updates the live window AND persists to window.{x,y,width,height} so it survives restart. Useful for arranging the app before a demo or moving it to a specific monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Window x position in screen pixels. | |
| y | Yes | Window y position in screen pixels. | |
| width | Yes | Window width in pixels (200-4000). | |
| height | Yes | Window height in pixels (200-4000). |