Skip to content

Instantly share code, notes, and snippets.

@vishalbasnet23
Created September 16, 2016 04:49
Show Gist options
  • Save vishalbasnet23/175fcc529398903c31900c5cc35bcce5 to your computer and use it in GitHub Desktop.
Save vishalbasnet23/175fcc529398903c31900c5cc35bcce5 to your computer and use it in GitHub Desktop.
Arch set sink volume
//to list sinks
$ pacmd list-sinks
//Control volume
//increase volume
pactl set-sink-volume (indexno) +5%
//decrease volume
pactl set-sink-volume (indexno) -5%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment