## some programs are run via XDG autostart
## use
## /usr/lib/x86_64-linux-gnu/openbox-xdg-autostart --list
## or
## /usr/lib/i386-linux-gnu/openbox-xdg-autostart --list
## to list any XDG autostarted programs
##
## more information about this can be found at:
## http://openbox.org/wiki/Help:Autostart

# disable beep
xset b off

# set wallpaper with feh, /usr/share/backgrounds/deadbang/wallpaper.png is the original
~/.fehbg

# automatic wallpaper changer using images in ~/Pictures/wallpapers/
# while feh --bg-fill --randomize "$HOME/Pictures/wallpapers/"; do sleep 600; done &

# set dconf themes
dconf load / < /etc/dconf/db/deadbang.conf

# panel
tint2 &

# power manager
mate-power-manager &

# volume icon
volumeicon &

# pkexec (polkit) confirmation GUI
/usr/libexec/polkit-mate-authentication-agent-1 &

# screenlocker
xss-lock -- slock &
