aboutsummaryrefslogtreecommitdiffstats
path: root/alsa-utils/xinit
blob: bd9b579d871db816096e30fd770e210cd71ba551 (plain) (blame)
1
2
3
4
5
6
# -*- shell-script -*-

# Mute speakers and use headphones if using a work computer (TODO if on a laptop)
if iswork; then
	headphones || :
fi