Skip to content

Instantly share code, notes, and snippets.

@sbriskin
Created December 28, 2018 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbriskin/66148b533de924329fb4571f628f9b90 to your computer and use it in GitHub Desktop.
Save sbriskin/66148b533de924329fb4571f628f9b90 to your computer and use it in GitHub Desktop.
alias snd-off="amixer -q -D pulse sset Master mute"
alias snd-on="amixer -q -D pulse sset Master unmute"
alias snd-change="amixer -q -D pulse sset Master toggle"
alias snd-vol-up="amixer -q -M set Master 10%+"
alias snd-vol-down="amixer -q -M set Master 10%-"
alias snd-vol-max="amixer -q -M set Master 100%"
alias snd-vol-mid="amixer -q -M set Master 35%"
alias snd-vol-min="amixer -q -M set Master 10%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment