Goal
Wire the remaining workspace navigation commands from limux-core through the control bridge.
Current State
The bridge exposes basic workspace CRUD: workspace.create, workspace.list, workspace.select, workspace.rename, workspace.close, workspace.current.
Missing Commands
These exist in limux-core but aren't in the bridge:
workspace.next - Switch to next workspace
workspace.previous - Switch to previous workspace
workspace.last - Switch to last active workspace
workspace.reorder - Reorder workspaces
workspace.move_to_window - Move workspace to another window
Impact
workspace.next/previous/last are commonly needed for scripting and would be simple additions to the existing bridge pattern.
Goal
Wire the remaining workspace navigation commands from limux-core through the control bridge.
Current State
The bridge exposes basic workspace CRUD:
workspace.create,workspace.list,workspace.select,workspace.rename,workspace.close,workspace.current.Missing Commands
These exist in limux-core but aren't in the bridge:
workspace.next- Switch to next workspaceworkspace.previous- Switch to previous workspaceworkspace.last- Switch to last active workspaceworkspace.reorder- Reorder workspacesworkspace.move_to_window- Move workspace to another windowImpact
workspace.next/previous/lastare commonly needed for scripting and would be simple additions to the existing bridge pattern.