Monitors have distinct workspaces #717
Replies: 3 comments 2 replies
-
Aerospace has, by design, a shared pool of workspaces, any of which can be assigned to any monitor (exclusively, meaning same workspace can't be on multiple monitors at the same time) I'm no expert, but i think you could accomplish something similar to what you're looking for with named workspaces and ie something like this: a1 = 'monitor 1'
a2 = 'monitor 1'
a3 = 'monitor 1'
a4 = 'monitor 1'
a5 = 'monitor 1'
...
b1 = 'monitor 2'
b2 = 'monitor 2'
b3 = 'monitor 2'
b4 = 'monitor 2'
b5 = 'monitor 2'
...
c1 = 'monitor 3'
c2 = 'monitor 3'
c3 = 'monitor 3'
c4 = 'monitor 3'
c5 = 'monitor 3' |
Beta Was this translation helpful? Give feedback.
-
I'm looking for this feature as well. Something where all monitors share the same pool of workspaces 1-9, and you can switch to any of them on any monitor. If a workspace is already open on one monitor, then it will swap workspaces or focus that monitor. Maybe this feature deserves an issue? |
Beta Was this translation helpful? Give feedback.
-
I would also love to have the dwm-like behavior.
So for N monitors and M workspaces, the total number of workspaces would be NxM |
Beta Was this translation helpful? Give feedback.
-
I am a big fan of
AeroSpace
in Mac. I have previously used i3wm, hyperland and a big fan of DWM.In DWM, you get separate workspaces (1 - 9) for different monitors. For example, if you have two monitor then for monitor 1 you will have (1 - 9) workspaces and the same for monitor 2.
In
AeroSpace
I am trying to achieve the similar thing but don't know how to achieve this. Please let me know how to approach this problem if it is actually doable.Beta Was this translation helpful? Give feedback.
All reactions