Skip to content
Discussion options

You must be logged in to vote

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).


i do think i probably need to add a move_workspace_to_display option though...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@strayer
Comment options

Answer selected by acsandmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants