Last active
February 7, 2019 16:43
-
-
Save konchunas/6e1304a6e6803b0d7732ffb5d84d209e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/sh | |
xdotool key super+Right | |
sleep 0.4 | |
xdotool key alt+Escape | |
sleep 0.2 | |
xdotool key super+Left | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment