# Run the system-wide support stuff located in
# /etc/xdg/openbox/autostart.sh
# DBUS: loads dbus session and any dbus-aware apps
# GNOME: loads gnome-settings-daemon for desktop/gui management
# KDE: loads kdeinit, precaching KDE background processes
#. $GLOBALAUTOSTART

# D-bus (same as IF statement found in /etc/xdg/openbox/autostart.sh)
#if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
#       eval `dbus-launch --sh-syntax --exit-with-session`
#fi


# finicky dockapps and tray utils
(sleep 1 && bbtools-bbdock) &
(sleep 3 && docker) &
(sleep 9 && bbpager) &
(sleep 11 && lal) &
(sleep 4 && volwheel) &
#(sleep 5 && glipper-old) &
#(sleep 5 && checkgmail) &
#(sleep 5 && gajim) &

#conky -c ~/.conkyrc &


