Any plans on supporting swapping spaces between displays? #2103
-
Currently, it's possible to move spaces back and forth between displays with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Implemented on master; #2114 yabai will attempt to focus the previous space, when moving the active space to another display. e.g: if you are on display 1, space 2, and run the new state will be: note that display 2 space 3 was originally space 2 on display 1, where as display 2 space 2 and 4 are the "original space 3 and 4". |
Beta Was this translation helpful? Give feedback.
Implemented on master; #2114
yabai will attempt to focus the previous space, when moving the active space to another display.
Calling
yabai -m space --display recent
repeatedly should now work fine.e.g:
display 1 has space 1 and 2, with focus on space2.
display 2 has space 3 and 4, with focus on space 3.
if you are on display 1, space 2, and run
yabai -m space --display recent
display 1 will focus space 1, and space 2 will be moved to display 2 after space 3.
the new state will be:
display 1 has space 1 with focus on space 1.
display 2 has space 2, 3 and 4, with focus on space 3.
note that display 2 space 3 was originally space 2 on display 1, where as display 2 space 2 and 4 are the "or…