summary refs log tree commit diff
path: root/_config/openbox/autostart.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-03-28 16:26:58 -0400
committerJune McEnroe <programble@gmail.com>2012-03-28 16:26:58 -0400
commit4bdb7b3345ab9680234f074fbdecca50601c3f57 (patch)
tree2ea7d34f4463c1ed58444af2c0fd9b3d70f954c4 /_config/openbox/autostart.sh
parentRemoved vimrc (diff)
downloadsrc-4bdb7b3345ab9680234f074fbdecca50601c3f57.tar.gz
src-4bdb7b3345ab9680234f074fbdecca50601c3f57.zip
Reformat for use with Effuse
Diffstat (limited to '')
-rw-r--r--_config/openbox/autostart.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/_config/openbox/autostart.sh b/_config/openbox/autostart.sh
deleted file mode 100644
index 16f90b02..00000000
--- a/_config/openbox/autostart.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-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 &