summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/cron/local10
-rwxr-xr-x.config/wmii/autostart11
-rw-r--r--.profile.local12
3 files changed, 33 insertions, 0 deletions
diff --git a/.config/cron/local b/.config/cron/local
new file mode 100644
index 0000000..a4f352f
--- /dev/null
+++ b/.config/cron/local
@@ -0,0 +1,10 @@
+# m h dom mon dow command
+#0 4 * * 1-5 /usr/sbin/alsactl restore --file "$HOME/.full.asound"
+
+#0 5 * * 1-5 cvlc --volume 256 --random $HOME/Music
+#30 5 * * 1-5 cvlc --volume 256 --random $HOME/Music
+#0 6 * * 1-5 cvlc --volume 256 --random $HOME/Music
+#30 6 * * 1-5 cvlc --volume 256 --random $HOME/Music
+#0 7 * * * cvlc --volume 256 --random $HOME/Music
+
+#0 9 * * * cvlc --volume 256 --random $HOME/Music
diff --git a/.config/wmii/autostart b/.config/wmii/autostart
new file mode 100755
index 0000000..d95ce34
--- /dev/null
+++ b/.config/wmii/autostart
@@ -0,0 +1,11 @@
+#!/bin/bash
+. "$HOME/.wmii/include.sh"
+
+daemon lxpanel &> /dev/null
+daemon nm-applet &> /dev/null
+daemon notifyd &> /dev/null
+
+#Action rbar_cpu 01 &
+#Action rbar_wifi 97 &
+Action rbar_battery 98 &
+Action rbar_clock 99 &
diff --git a/.profile.local b/.profile.local
new file mode 100644
index 0000000..4ee523a
--- /dev/null
+++ b/.profile.local
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# Start background programs ##########################################
+if [ -x "`which daemon`" ]; then
+ daemon -i maildirproc.att maildirproc
+ daemon -i maildirproc.purdue maildirproc -r .maildirproc/purdue.rc
+ daemon batterymon 20 "
+ pactl set-sink-volume 0 100%;
+ pactl set-sink-mute 0 0;
+ espeak 'PLUG ME IN';
+ sleep .2;"
+fi