Skip to content

Instantly share code, notes, and snippets.

@konchunas
Last active February 7, 2019 16:43
Show Gist options
  • Save konchunas/6e1304a6e6803b0d7732ffb5d84d209e to your computer and use it in GitHub Desktop.
Save konchunas/6e1304a6e6803b0d7732ffb5d84d209e to your computer and use it in GitHub Desktop.
#!/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