~ vermaden /.xinitrc

scripts avialable here: http://vermaden.go.pl/scripts
# start fluxbox with D-BUS support
# exec dbus-launch --exit-with-session fluxbox
# echo dbus_enable="YES" >> /etc/rc.conf

export LC_ALL=en_US.UTF-8

fluxbox & fluxpid=$!
{
  random_wallpaper.sh ~/gfx/wallpapers &
  xset +fp ~/.fonts -b -bc dpms 0 0 900 m 6 4 s 600 &
  xrdb -load ~/.Xdefault && xterm -e screen -RD &
  xmodmap ~/.xmodmaprc &
  numlockx on &
  uniload.sh &
  fbpanel -p osx &
  mpc crossfade 5 &
}
wait $fluxpid