#!/bin/sh
# .openwin-init - OpenWindows initialization script.
# WARNING: This file is automatically generated.
#          Any changes you make here will be lost!
export DISPLAY
IFS=.
SETBASEDISPLAY() { BASEDISPLAY=$1; }
SETBASEDISPLAY ${DISPLAY}
IFS=
SETDISPLAYSCREEN() {
	DISPLAY=${BASEDISPLAY}.$1
	if winsysck x11 ; then
		:
	else
		echo No display available for screen $1
		exit 1
	fi
	eval `svenv -env`
}
# Note: toolwait is a utility to control client startup.
#       For more information, see the toolwait(1) man page.
#
# Start clients on screen 0
#
SETDISPLAYSCREEN 0
#
toolwait cmdtool -Wp 0 0 -Ws 590 77 -WP 81 833 +Wi -C 
