My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

setvolume.sh 188 B

123456789
  1. #!/bin/sh
  2. # Internal speaker
  3. # Microphone
  4. amixer -c 1 sset 'Capture' 100%
  5. amixer -c 1 sset 'Digital' 100%
  6. amixer -c 1 sset 'Internal Mic Boost' 0%
  7. amixer -c 1 sset 'Headset Mic Boost' 0%