summaryrefslogtreecommitdiff
path: root/.login-daemons
blob: 2ec181cde0159583237b8c32e1937291d13dd44c (plain)
1
2
3
4
5
6
7
8
9
#!/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'"
fi