summary refs log tree commit diff
path: root/_config/openbox/autostart.sh
diff options
context:
space:
mode:
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..53b386fc
--- /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/home/code/c/keycounter/keycounter -f -d -p /home/home/.keycounter.pid /home/home/.keycount &