summaryrefslogtreecommitdiff
path: root/.login-daemons
blob: bf8cf21ab6b6e682a69ecc138d9d382dc5dff00a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ -x "`which daemon`" ]; then
    daemon maildirproc
    daemon gpg-agent --daemon --write-env-file "${HOME}/.gnupg/agent-info"
    daemon batterymon 20 "
      alsactl restore --file $HOME/.full.asound;
      espeak 'PLUG ME IN';
      sleep .2;"
fi