#!/bin/sh

# vi /etc/X11/Xserver   and change Console to Anybody, so X can be started 
# from a shell script


startx &
chvt 1
sleep 1
export DISPLAY=localhost:0.0
exec ./wmsetbg.pl


