diff options
Diffstat (limited to '.login-daemons')
-rw-r--r-- | .login-daemons | 5 |
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 |