Skip to content

Instantly share code, notes, and snippets.

@webevt
Created September 10, 2018 10:52
Show Gist options
  • Save webevt/1aaece8a49c5e88f6d4558fc93cb3547 to your computer and use it in GitHub Desktop.
Save webevt/1aaece8a49c5e88f6d4558fc93cb3547 to your computer and use it in GitHub Desktop.
Audio control commands
# 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