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

if [ -x "`which daemon`" ]; then
    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