Skip to content

Instantly share code, notes, and snippets.

@lingo
Created February 18, 2014 12:12
Show Gist options
  • Save lingo/9069805 to your computer and use it in GitHub Desktop.
Save lingo/9069805 to your computer and use it in GitHub Desktop.
# Command line volume control #
In order to control the master volume in linux via the command line, you can use amixer (assuming this is available in your distribution).
## Example: ##
Increase master volume by 5 units
amixer set Master "5+"
Decrease master volume by 5 units
amixer set Master "5+"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment