cortile
cortile copied to clipboard
Move active window to screen
Starting with v2.5.2 additional keyboard shortcuts are available to move the current active (focused) window to the next or previous screen:
# Move the active window to the next screen (KP_9 = Num_9).
screen_next = "Control-Shift-KP_9"
# Move the active window to the previous screen (KP_7 = Num_7).
screen_previous = "Control-Shift-KP_7"