summaryrefslogtreecommitdiff
path: root/.login-daemons
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-10 01:20:24 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-15 20:04:32 -0400
commit34a6c23f99988a75729b04880824b8d79d1391a2 (patch)
tree188dfe887d233700f1c88d997fd5e6267d3a8317 /.login-daemons
parent1557b290b98286d8c44ea066b64cc0910eecc0f7 (diff)
Use XDG for bash, remove alsa, clean up bash & profile, add CACHEDIR.TAG
.profile: fix up
Diffstat (limited to '.login-daemons')
-rw-r--r--.login-daemons10
1 files changed, 0 insertions, 10 deletions
diff --git a/.login-daemons b/.login-daemons
deleted file mode 100644
index bf8cf21..0000000
--- a/.login-daemons
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-if [ -x "`which daemon`" ]; then
- 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