hide_headless_desktop
Restore the normal desktop after automated GUI tasks finish on an off-screen display. Hides the headless desktop and returns the live screen to the user.
Instructions
Switch the live screen back to the normal desktop after show_headless_desktop.
Args: params (HeadlessDesktopInput): the off-screen desktop name (for symmetry).
Returns: str: JSON {"ok": true, "restored": true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |