summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-15 19:42:03 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-15 20:28:04 -0400
commitf05b2b29bc7e0273af1e39ef310d5b09f8ea3dbc (patch)
tree318be933fd16491c6e927c8e82d7c404390024ee
parent0ce7b10e4804e1cc5e7410ee0b9817889c7c721c (diff)
add .profile.local
-rw-r--r--.profile.local11
1 files changed, 11 insertions, 0 deletions
diff --git a/.profile.local b/.profile.local
new file mode 100644
index 0000000..3bb0d5c
--- /dev/null
+++ b/.profile.local
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Start background programs ##########################################
+if [ -x "`which daemon`" ]; then
+ daemon maildirproc
+ daemon batterymon 20 "
+ pactl set-sink-volume 0 100%;
+ pactl set-sink-mute 0 0;
+ espeak 'PLUG ME IN';
+ sleep .2;"
+fi