summaryrefslogtreecommitdiff
path: root/.profile.local
blob: 3bb0d5cb23aad4c26813569c326a68c417a5dcdd (plain)
1
2
3
4
5
6
7
8
9
10
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