Created
August 16, 2016 05:21
-
-
Save efraintorlo/9e91ec525a210a3fd8503f2a0583305f to your computer and use it in GitHub Desktop.
Player control from Terminal (Aliases Linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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