#!/bin/sh
# cough, cough...hack

sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

xsetroot -solid steelblue
rxvt -ls -sl 50 -sr +st -geometry 96x30+0+0 -title "$VNCDESKTOP Desktop" &
lwm &
# heliwm &

