~ mutex /.xinitrc
# 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 1 4 s 600 &
xrdb -load ~/.Xdefault && xterm -e screen -RD &
numlockx on &
}
wait $fluxpid