Skip to content

Instantly share code, notes, and snippets.

@aleGpereira
Last active June 19, 2019 14:42
Show Gist options
  • Save aleGpereira/09f7d4ac1a31127b2b8fcfca8935a35b to your computer and use it in GitHub Desktop.
Save aleGpereira/09f7d4ac1a31127b2b8fcfca8935a35b to your computer and use it in GitHub Desktop.
Spotify Player controls shortcuts Ubuntu 16.04
Play/Pause toggle:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
Previous:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
Next:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment