#!/bin/sh
###################################################################
#  Plamo Linux 桼ե륵ץ for xinitrc,xsession
#                            Time-stamp: <2005-10-28 14:45:12 cyamauch>

# startx,xdm  ¹ԤեǤ

. ~/.EVrc
. ~/.IMrc

xsetroot -solid white
if [ -f /etc/template/mime-mail.sample -a -f /var/spool/mail/$USER ] ; then
  MD=`md5sum /etc/template/mime-mail.sample`
  MD1=${MD%%\ *}
  MD=`md5sum /var/spool/mail/$USER`
  MD=${MD%%\ *}
  if [ "x.$MD" = "x.$MD1" -a -x /usr/X11R7/lib/X11/afterstep/plamo_banner ] ; then
    exec /usr/X11R7/lib/X11/afterstep/plamo_banner &
  fi
fi


# ɻ
#
# ᡼Žդ
#xv +noresetroot -root -max -quit /usr/X11R7/share/pixmaps/backgrounds/Plamo/plamoback.jpg
#xv +noresetroot -root -max -quit /usr/X11R7/share/pixmaps/backgrounds/Plamo/plamoback_c1.png
#xv +noresetroot -root -max -quit /usr/X11R7/share/pixmaps/backgrounds/Plamo/plamoback_c2.png
xv +noresetroot -root -max -quit /usr/X11R7/share/pixmaps/backgrounds/Plamo/plamoback_c3.png
#xv +noresetroot -root -quit /usr/X11R7/lib/X11/afterstep/backgrounds/wood.jpg
#xv +noresetroot -root -quit /usr/X11R7/include/X11/pixmaps/world.xpm
#xv +noresetroot -root -quit /usr/X11R7/share/pixmaps/backgrounds/Plamo/sx68k_root1.xpm
#xv +noresetroot -root -quit /usr/X11R7/share/pixmaps/backgrounds/Plamo/sx68k_root2.xpm
# ñ쿧ξ
#xsetroot -solid '#404060'

exec $DBUS_LAUNCH /usr/X11R7/bin/afterstep

