Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jistr
Created December 18, 2014 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jistr/a48d78f38fbc3e0e5e65 to your computer and use it in GitHub Desktop.
Save jistr/a48d78f38fbc3e0e5e65 to your computer and use it in GitHub Desktop.
rdio control scripts
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment