#!/bin/sh
#
# For more information, please read /usr/share/metisse/doc/running.html
#
# You can pass options to FvwmAmetista and fvwm via metisse-start-fvwm:
#
#    metisse-start-fvwm [ options ] -- [FvwmAmetista options] -- [fvwm options]
#
# Some useful FvwmAmetista options:
#
#   	-a forces the use of RGB textures in the place of RGBA textures. 
#    	-t disables the use of the stencil buffer for shaped windows. 
#    	-p causes FvwmAmetista to generate mipmap for textures (if supported).
#    	-n causes FvwmAmetista to use npot texture (if supported). 
#    	-D display fps to stderr.
# 
# Some useful Key Bindings:
#	Ctl-Shift F1	: reset all the 3D transformation
#	Ctl-Shift F2/F3	: Z rotations
#	Ctl-Shift F4/F5	: Y rotations
#	Ctl-Shift F6/F7	: X rotations
#	Ctl-Shift F8/F9	: zoom in/out the full desktop
#	Ctl-Shift o	: XY roation

Xwnc -ac -geometry 1600x1200 :1 &
metisse-start-fvwm -- -t
