Created
September 16, 2016 04:49
-
-
Save vishalbasnet23/175fcc529398903c31900c5cc35bcce5 to your computer and use it in GitHub Desktop.
Arch set sink volume
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
//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