Layout Workspace
Layout Workspace lets you save your current split pane arrangement as a named layout and restore it later. Switch between coding, reviewing, and monitoring setups without manually reconfiguring your splits.
Save a Layout
- Set up your split panes the way you want
- Right-click in the terminal area
- Select Save Layout
- Enter a name (e.g. “coding”, “review”, “monitor”)
The layout captures:
- Split directions (horizontal/vertical) and ratios
- Number of panes and tabs in each pane
- Working directories (optional)
Restore a Layout
- Right-click in the terminal area
- Select Load Layout
- Pick a saved layout by name
The current pane arrangement is replaced with the saved layout. New terminal sessions are created for each pane.
Storage
Layouts are stored as JSON files in:
~/.config/spectra/layouts/├── coding.json├── review.json└── monitor.jsonExample Layouts
Coding (2-pane)
Code Review (3-pane)
Monitoring (4-pane)
Tips
- Layouts don’t preserve running processes — only the pane structure and working directories.
- You can manage layout files directly in
~/.config/spectra/layouts/if you prefer editing JSON. - Delete a layout by removing its JSON file, or via the context menu.