Skip to content

Expose workspace navigation commands in control bridge #11

Description

@mvbmir

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions