From dd3b15959fa640fdbef6a5deacc8c47e47fd1462 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 4 Sep 2011 14:24:05 -0400 Subject: Added openbox configs --- _config/openbox/autostart.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _config/openbox/autostart.sh (limited to '_config/openbox/autostart.sh') 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 & -- cgit 1.4.1