save_current_layout
Capture and store your current window arrangement as a new Moom layout for macOS, enabling quick restoration. Specify a unique layoutName to organize your desktop configurations efficiently.
Instructions
Save the current window arrangement as a new Moom layout
Input Schema
Name | Required | Description | Default |
---|---|---|---|
layoutName | Yes | Name for the new layout |
Input Schema (JSON Schema)
{
"properties": {
"layoutName": {
"description": "Name for the new layout",
"type": "string"
}
},
"required": [
"layoutName"
],
"type": "object"
}