Moving full workspace to different display #256
-
|
I often need to move full workspaces between attached displays and frequently do this in AeroSpace. For example, I usually reserve my "C" workspace for calls. When I focus on the call it stays on my main display, but sometimes I move the whole workspace to the internal display and have some other workspace on my main display to focus on or screen share. For now I couldn't find any way to do this easily with Rift besides actively dragging the window(s) to the other display with my Trackpad, which is very cumbersome and takes too much time. Is it possible to move a window to a different display or even move a full workspace over? Based on #70 it sounds like it currently is not possible but technically could be implemented? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
you can move a window to a different display: "Alt + Ctrl + Up" = { move_window_to_display = { selector = "up" } }
"Alt + Ctrl + Down" = { move_window_to_display = { selector = "down" } }
"Alt + Ctrl + Left" = { move_window_to_display = { selector = "left" } }
"Alt + Ctrl + Right" = { move_window_to_display = { selector = "right" } }in the selector you can also provide a display uuid (in the example those are directions that refer to the display arrangement). |
Beta Was this translation helpful? Give feedback.
you can move a window to a different display:
in the selector you can also provide a display uuid (in the example those are directions that refer to the display arrangement).
i do think i probably need to add a move_workspace_to_display option though...