set_autostart
Control whether Windy Word launches automatically at user login. Supports Linux, macOS, and Windows, and returns the final enabled state for verification.
Instructions
Enable or disable Windy Word's auto-launch on user login. Linux writes/removes a .desktop autostart entry; macOS/Windows toggle via Electron's setLoginItemSettings. Returns the resulting state (enabled boolean) so agents can verify the change took.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enable | Yes | true to enable autostart, false to disable. |