summary refs log tree commit diff
path: root/_config/openbox/autostart.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2011-09-04 14:24:05 -0400
committerJune McEnroe <programble@gmail.com>2011-09-04 14:24:05 -0400
commit25ee78db4836590b8b69da6b337d237a6533aba6 (patch)
treed6408bd76596b44c86fe4a7189d09f36840ebae3 /_config/openbox/autostart.sh
parentAdded conkyrc (diff)
downloadsrc-25ee78db4836590b8b69da6b337d237a6533aba6.tar.gz
src-25ee78db4836590b8b69da6b337d237a6533aba6.zip
Added openbox configs
Diffstat (limited to '_config/openbox/autostart.sh')
-rw-r--r--_config/openbox/autostart.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/_config/openbox/autostart.sh b/_config/openbox/autostart.sh
new file mode 100644
index 00000000..16f90b02
--- /dev/null
+++ b/_config/openbox/autostart.sh
@@ -0,0 +1,22 @@
+thunar --daemon &
+
+# Compositing
+#xcompmgr &
+xcompmgr -c -f -D 3 -C &
+
+# Wallpaper
+nitrogen --restore
+
+# Panels/Docks
+lxpanel &
+docky &
+
+# Tray apps
+parcellite &
+volwheel &
+
+# Conky
+conky &
+
+# Other daemons
+/home/curtis/code/c/keycounter/keycounter -f -d -p /home/curtis/.keycounter.pid /home/curtis/.keycount &