# Paint it in black
xsetroot -solid black 

# Enable composition
# CUIDADO com Nvidia! ;)
# No OpenBSD, o compton anulara a linha acima (xsetroot)
#compton --config ~/.comptonrc &

# Now start the WM
startfluxbox

# Remove any garbage left...
rm *.core 2> /dev/null

