morax /.xinitrc

.xinitrc
#
# ~/.xinitrc
#


export TERMINAL=xterm
export LC_ALL=en_US.UTF-8

openbox & openpid=$!
{
  xset m 1.7 1 &
  random_wallpaper.sh ~/gfx/wallpapers &
  numlockx on &
}
wait $openpid