minimize_window
Minimize any desktop window to the dock or taskbar by providing its window ID. Use the windows() function to retrieve IDs before minimizing.
Instructions
Minimize a window to the dock/taskbar.
Use windows() to find the window ID first.
To restore a minimized window, use activate_window().
Args:
window_id: The window ID to minimize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |