Skip to content

Instantly share code, notes, and snippets.

@petrblaho
Forked from jistr/rdio-next.sh
Last active August 29, 2015 14:11
Show Gist options
  • Save petrblaho/b543a2a2f2f716eda74a to your computer and use it in GitHub Desktop.
Save petrblaho/b543a2a2f2f716eda74a to your computer and use it in GitHub Desktop.
#!/bin/bash
set -eo pipefail
xdotool key --window $(xdotool search --name 'Rdio \- Mozilla Firefox') bracketright
#!/bin/bash
set -eo pipefail
xdotool key --window $(xdotool search --name 'Rdio \- Mozilla Firefox') space
#!/bin/bash
set -eo pipefail
xdotool key --window $(xdotool search --name 'Rdio \- Mozilla Firefox') bracketleft
#!/bin/bash
set -eo pipefail
exec firefox -no-remote -P rdio https://www.rdio.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment