Created
October 10, 2024 14:41
-
-
Save ecormaksin/01059883b9c30184128f7bbb82259acb to your computer and use it in GitHub Desktop.
Shortcut Keys to move application windows between monitors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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