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

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