#! /bin/sh
# @(#)openwin-init 23.8 92/10/30
# .openwin-init - OpenWindows initialization script.
# WARNING: This file is automatically generated.
#          Any changes you make here will be lost!
#
# Note: toolwait is a utility to control client startup.
#       For more information, see the toolwait(1) man page.

# If current locale require to startup something first (such as im-server)
# let's start now.
if [ -x $OPENWINHOME/bin/locale_env ]; then
	LOCALE=`$OPENWINHOME/bin/locale_env -get_basiclocale`
	if [ -x $OPENWINHOME/lib/locale/$LOCALE/openwin-init-early ]; then
		$OPENWINHOME/lib/locale/$LOCALE/openwin-init-early
	fi
	unset LOCALE
fi

toolwait $OPENWINHOME/bin/cmdtool -Wp 0   0 -Ws 590  77 -C 
toolwait $OPENWINHOME/bin/filemgr -Wp 0 120 -Ws 590 300 

toolwait perfmeter -Wp 611 0 -Ws 530 116 -WP 471 833 +Wi -t cpu -t disk -M cpu 100 100 100 -M disk 160 40 2147483647 -g -S -V -Wn -s 3 -h 20 -m 2

# To remove the online intro from the list of applications initially running,
#       delete or comment out the next line.
toolwait $OPENWINHOME/bin/helpviewer -Wp 620 50 handbooks/desktop.intro.handbook.Z
