summaryrefslogtreecommitdiff
path: root/audio_jack_plugged_in.sh
blob: c8277e76b15ae278166a766a90b066c612f7db7b (plain)
1
2
3
4
5
6
#!/usr/bin/env sh

case "$3" in
	plug) amixer sset Speaker off ;;
	unplug) amixer sset Speaker on ;;
esac