summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/wmii/autostart11
-rw-r--r--.crontab.local0
-rw-r--r--.local/lib/xdg.sh2
3 files changed, 12 insertions, 1 deletions
diff --git a/.config/wmii/autostart b/.config/wmii/autostart
new file mode 100755
index 0000000..1370689
--- /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
+daemon blueman-applet &> /dev/null
+#daemon linphone --iconified &> /dev/null
+
+Action rbar_cpu 01 &
+Action rbar_clock 99 &
diff --git a/.crontab.local b/.crontab.local
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.crontab.local
diff --git a/.local/lib/xdg.sh b/.local/lib/xdg.sh
index 2241d2e..28c7e64 100644
--- a/.local/lib/xdg.sh
+++ b/.local/lib/xdg.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+-nw#!/bin/bash
# This should be readable by /bin/sh, but I'm going to assume bash.
# Sets up XDG environmental variables, so programs using them don't have to