#
# load the pager plugin
#

load "pager" {
	#
	# the ratio of the size of a pager's screen to a real screen.
	# the default value is 0.04, which is appropriate for most
	# resolutions/tastes.  You can play with the value here: be
	# warned against using values that are too large, heh heh.
	#
	#param "size_ratio"		"0.04";

	# this will cause the pager bgpixmap to be
	# ParentRelative.
	# param "parentrelative"	"true";

	param "nomove"			"true";

	# stacking layer (bottom, below, normal, above, top, or tiptop)
	param "pager_stacklayer"	"below";

	param "drag_button"		"2";
	param "wspace_button"		"1";

	# this is how to specify pager positioning; leave it
	# out and the pager windows get stacked from 0,0 down
	#param "positions" "nop" {
	#	#this is screen,desktop x,y
	#	param "0,0" "100,20";
	#	param "0,1" "-100, -50";	# neg values wrap the screen
	#}
}
