echo "Demo with twm (Tab Window Manager)"
stack 30000
wait 1
path X11:bin add
ask "Do you have a 3 button mouse or other pointer device? [y or n]"
if warn
	X11:bin/twm -f X11:twm/3b.twmrc
else
	X11:bin/twm -f X11:twm/2b.twmrc
endif
