# .xinitrc - OpenWindows startup script.
# Customized for the Freedom Desktop environment 
# For more information visit http://fsw.com
# copy to the home directory of the user


sleep 15 & pid=$!			# OpenLook Window Manager
olwm -syncpid $pid &					
wait $pid				# Pause until olwm inits

xterm -C -iconic -name console &	# start the console
freedom					# start Freedom Desktop

#wait $wmpid				# Wait for wm (key client) to exit
