You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to configure komorebi so that each workspace is assigned to a specific monitor like in i3? That is, do not have multiple workspaces for each monitor? That way it would be possible to move workspaces between monitors and everything stays consistent when monitors are removed or added.
Best
Martin
The text was updated successfully, but these errors were encountered:
Workspaces that span across monitors will probably never be added to komorebi by me, though I would consider a pull request if anyone really wanted to implement this.
You can check out monitor-index-preference for approaches to index stability across monitors when they are added or removed, and this commit which adds a focus-workspaces command to allow users to switch workspaces on all monitors simultaneously.
There is also the move-workspace-to-monitor command that can be used to move workspaces around various monitors.
Hopefully this can get you most of the way there ^
Hi,
is it possible to configure komorebi so that each workspace is assigned to a specific monitor like in
i3
? That is, do not have multiple workspaces for each monitor? That way it would be possible to move workspaces between monitors and everything stays consistent when monitors are removed or added.Best
Martin
The text was updated successfully, but these errors were encountered: