#Set display power management system.
xset dpms 150 150 150

#Increase the keyboard repeat-rate.
xset r rate 250 120

#Set the PATH environment variable.
export PATH="$PATH"":""$HOME""/bin/"

#Do .Xmodmap.
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap

#Xcompmgr for transparency.
xcompmgr &

#
#Run fbstorage in background.
#Fbstorage will also exit with the session this way.
#
fbstorage.py &
# if you want to create a logfile ~/.fluxbox/fbstorage.log
# fbstorage.py -v > ~/.fluxbox/fbstorage.log & 2>&1

#Set the background.
fbsetbg -t ~/.fluxbox/bg.png

#
#Run fluxbox.
#This is required.
#
exec /usr/bin/fluxbox

