summaryrefslogtreecommitdiff
path: root/.login-daemons
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-02-27 00:01:38 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-02-27 00:01:38 -0500
commit3d5c297366bbb2e40cf26c74bd6bafe933c499d5 (patch)
tree633f2222a22dd7479303a4007635abb9afbee6fc /.login-daemons
parent868e60c8302a7723812a62924d6a9ccb965e2279 (diff)
live on my laptop for a while
Diffstat (limited to '.login-daemons')
-rw-r--r--.login-daemons5
1 files changed, 4 insertions, 1 deletions
diff --git a/.login-daemons b/.login-daemons
index 2ec181c..230f708 100644
--- a/.login-daemons
+++ b/.login-daemons
@@ -5,5 +5,8 @@ if [ -x "`which daemon`" ]; then
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'"
+ daemon batterymon 20 "
+ alsactl --file $HOME/.alsa.full restore;
+ espeak 'PLUG ME IN';
+ sleep .2;"
fi