#
# These things are run when an Openbox X Session is started.
# You may place a similar script in $HOME/.config/openbox/autostart
# to run user-specific things.
#

# If you want to use GNOME config tools...
#
#if test -x /usr/lib/i386-linux-gnu/gnome-settings-daemon >/dev/null; then
#  /usr/lib/i386-linux-gnu/gnome-settings-daemon &
#elif which gnome-settings-daemon >/dev/null 2>&1; then
#  gnome-settings-daemon &
#fi

# If you want to use XFCE config tools...
#
# xfce-mcs-manager &
dunst &
mpd &
xfce4-power-manager &
nm-applet &
blueman-applet &
polybar top &
feh --bg-scale "$HOME/Pictures/wal HD/wallhaven-705386.jpg" &
conky -c "$HOME/.config/conky/sidecard/sidecard.conkyrc" &
tint2 -c "$HOME/.config/tint2/minima.tint2rc" &
xautolock -time 5 -locker mantablockscreen &
compton --dbus -b &

