summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/cron/local10
-rwxr-xr-x.config/wmii/autostart11
2 files changed, 21 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 &