toggle_special_workspace
Show or hide a named special workspace on the current monitor, used as a scratchpad for quick access to frequently used windows.
Instructions
Show or hide a named special workspace (Hyprland's version of a scratchpad) on the current monitor. To put a window INTO a special workspace in the first place, use move_window_to_workspace with workspace set to 'special:' — this tool only toggles its visibility. Confirmed: hl.dsp.workspace.toggle_special('name') (bare string arg, not a table).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Special workspace name, without the 'special:' prefix, e.g. 'magic' |