Skip to content

Instantly share code, notes, and snippets.

@efraintorlo
Created August 16, 2016 05:21
Show Gist options
  • Select an option

  • Save efraintorlo/9e91ec525a210a3fd8503f2a0583305f to your computer and use it in GitHub Desktop.

Select an option

Save efraintorlo/9e91ec525a210a3fd8503f2a0583305f to your computer and use it in GitHub Desktop.
Player control from Terminal (Aliases Linux)
alias pp="playerctl play-pause && playerctl metadata title"
alias pn="playerctl next && playerctl metadata title"
alias pb="playerctl previous && playerctl metadata title"
alias p+="playerctl volume"
alias pv="playerctl volume"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment