Originally created by @mgbckr on GitHub (Jun 3, 2023).
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
Originally created by @mgbckr on GitHub (Jun 3, 2023).
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
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 ^
@LGUG2Z commented on GitHub (Jun 4, 2023):
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`](https://github.com/LGUG2Z/komorebi/issues/275#issuecomment-1292755794) for approaches to index stability across monitors when they are added or removed, and [this commit](https://github.com/LGUG2Z/komorebi/commit/9103ce2b2bf97f86d7acf3759fca1d32cf07fc64) 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 ^
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mgbckr on GitHub (Jun 3, 2023).
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
@LGUG2Z commented on GitHub (Jun 4, 2023):
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-preferencefor approaches to index stability across monitors when they are added or removed, and this commit which adds afocus-workspacescommand to allow users to switch workspaces on all monitors simultaneously.There is also the
move-workspace-to-monitorcommand that can be used to move workspaces around various monitors.Hopefully this can get you most of the way there ^