summaryrefslogtreecommitdiff
path: root/.login-daemons
blob: f0889141293b587fd8bb98018e01154c4cc0019c (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 restore --file $HOME/.full.asound;
      espeak 'PLUG ME IN';
      sleep .2;"
fi