mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Workspaces across monitors (like in i3) #217
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ^