summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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