Skip to content

How to share workspace names across two different monitors? #1118

Answered by LGUG2Z
attilajam asked this question in Q&A
Discussion options

You must be logged in to vote

It sounds like you're coming from the i3 style "global workspaces" mindset, which does not apply here at all. Each workspace must be bound to a monitor.

You probably want to use this command instead of focus-workspace: https://lgug2z.github.io/komorebi/cli/focus-monitor-workspace.html

You can have alt + 1-4 bound to focus-monitor-workspace 0 [0-3] and alt + 5-7 to focus-monitor-workspace 1 [0-2].

The configuration is declarative, so you should declare two monitors and their workspaces independently:

  "monitors": [
    // monitor index 0
    {
      "workspaces": [
        // workspace index 0
        {"name": "1", "layout": "BSP"}.
        {"name": "2", "layout": "BSP"}.
        {"name": "…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@attilajam
Comment options

Answer selected by attilajam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants