summaryrefslogtreecommitdiff
path: root/.profile.local
diff options
context:
space:
mode:
Diffstat (limited to '.profile.local')
-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