#!/usr/local/bin/bash

PATH=/home/stulocal/bin:/home/stulocal/bin-$ARCH:/usr/local/X11/bin:$PATH

sterm -geometry 80x48+0-65 &  # large left

if [ -n $DISPLAY ]; then Esetroot -scale /home/compsoc/valley2k.jpg; fi
#if [ -n $DISPLAY ]; then Esetroot -scale /home/compsoc/butterfly.jpg; fi

if [ -x `which xscreensaver` ]
        then  xscreensaver  &
fi

if [ -x `which pwm` ]; then
		exec /home/saraf/local/bin/pwm 

else
    echo "couldn't execute icewm, falling back to twm"
    exec twm
fi
