summaryrefslogtreecommitdiff
path: root/.profile.local
diff options
context:
space:
mode:
Diffstat (limited to '.profile.local')
-rw-r--r--.profile.local5
1 files changed, 2 insertions, 3 deletions
diff --git a/.profile.local b/.profile.local
index 4ee523a..25b322b 100644
--- a/.profile.local
+++ b/.profile.local
@@ -3,10 +3,9 @@
# Start background programs ##########################################
if [ -x "`which daemon`" ]; then
daemon -i maildirproc.att maildirproc
- daemon -i maildirproc.purdue maildirproc -r .maildirproc/purdue.rc
+ 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