diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 14:40:57 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 14:40:57 -0400 |
commit | 0f235666059f48da7e4629037a2543e9ab4558e0 (patch) | |
tree | 7490e5dc8a2e3847bc5302c1cad5a7250e862cdc /.profile.local | |
parent | c2b60a1be6932872dfad6cd0b90d42794a634996 (diff) | |
parent | 9b1cd870ad6968a79ca6ade38014a466290dbe9f (diff) |
Merge branch 'thinkpenguin-par' of /home/luke/. into thinkpenguin-par
Diffstat (limited to '.profile.local')
-rw-r--r-- | .profile.local | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.profile.local b/.profile.local index 4ee523a..25b322b 100644 --- a/.profile.local +++ b/.profile.local @@ -3,10 +3,9 @@ # Start background programs ########################################## if [ -x "`which daemon`" ]; then daemon -i maildirproc.att maildirproc - daemon -i maildirproc.purdue maildirproc -r .maildirproc/purdue.rc + daemon -i maildirproc.purdue maildirproc -r ~/.maildirproc/purdue.rc daemon batterymon 20 " - pactl set-sink-volume 0 100%; - pactl set-sink-mute 0 0; + amixer sset Master unmute 100%; espeak 'PLUG ME IN'; sleep .2;" fi |