Created
September 10, 2018 10:52
-
-
Save webevt/1aaece8a49c5e88f6d4558fc93cb3547 to your computer and use it in GitHub Desktop.
Audio control commands
This file contains 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
# Increase volume | |
amixer -q -D pulse sset Master 5%+ | |
# Decrease volume | |
amixer -q -D pulse sset Master 5%- | |
# Toggle mute | |
amixer -q -D pulse sset Master toggle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment