Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Created October 10, 2024 14:41
Show Gist options
  • Save ecormaksin/01059883b9c30184128f7bbb82259acb to your computer and use it in GitHub Desktop.
Save ecormaksin/01059883b9c30184128f7bbb82259acb to your computer and use it in GitHub Desktop.
Shortcut Keys to move application windows between monitors
# need to install xdotool
# move to a upper monitor
xdotool getactivewindow windowmove $[DISPLAY_WIDTH] 0
# move to a lower monitor
xdotool getactivewindow windowmove $[DISPLAY_WIDTH] 1201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment