mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Multiple Monitors Share Workspaces #430
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 @arturcgs on GitHub (Jul 16, 2024).
First of all, I would like to thank you all for this amazing software, it works very well and is very easy to use. I am not sure if what I am asking here is already implemented, but I couldn't find a way to do this anywhere.
Is your feature request related to a problem? Please describe.
When I have multiple monitors, I would like them to share the same workspaces. So, imagine I am on workspace I on my main monitor, and open firefox on it. If I go to my second monitor and go to workspace I, I would expect to see firefox in the second monitor. This would be a very useful way to switch aplications from my main and second monitor.
Describe the solution you'd like
The monitors would share the same workspaces.
@LGUG2Z commented on GitHub (Jul 16, 2024):
You can use this command to focus multiple workspaces across monitors at once: https://lgug2z.github.io/komorebi/cli/focus-workspaces.html
Besides this, there are no plans for komorebi to ever promote workspaces above monitors in the layout heirarchy.
@arturcgs commented on GitHub (Jul 16, 2024):
So it's not possible to open a workspace from monitor 1 in monitor 2, right?
@LGUG2Z commented on GitHub (Jul 16, 2024):
No, because each workspace can only be owned by one monitor at a time. You can however move/swap workspaces between monitors and then focus the workspace that you want: https://lgug2z.github.io/komorebi/cli/swap-workspaces-with-monitor.html
@arturcgs commented on GitHub (Jul 16, 2024):
Understood, thank you very much for the help