summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:39:12 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:39:12 -0400
commitbf09ef0fa0273176d7bd91cee9f80fd7b78b9724 (patch)
tree8db070818d0fc0ee5b926de504a5f00ead96edb5
parenta0b1f63e780eac788077ccad8c80dffc60fc8b3f (diff)
.profile.local: switch from Pulse back to ALSA
-rw-r--r--.profile.local3
1 files changed, 1 insertions, 2 deletions
diff --git a/.profile.local b/.profile.local
index cd45884..25b322b 100644
--- a/.profile.local
+++ b/.profile.local
@@ -5,8 +5,7 @@ if [ -x "`which daemon`" ]; then
daemon -i maildirproc.att maildirproc
daemon -i maildirproc.purdue maildirproc -r ~/.maildirproc/purdue.rc
daemon batterymon 20 "
- pactl set-sink-volume 0 100%;
- pactl set-sink-mute 0 0;
+ amixer sset Master unmute 100%;
espeak 'PLUG ME IN';
sleep .2;"
fi