move_window_to_workspace
Move a window to a designated workspace by ID or name. Target a specific window or use the active one, with optional silent operation.
Instructions
Move a window to a different workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| silent | No | If true, move without switching focus to that workspace | |
| target | No | Window address or selector to move. Omit to move the currently active window. | |
| workspace | Yes | Workspace id (number) or name, e.g. 3 or 'special:scratch' |