#
# setroot plugin is loaded to allow a theme forplug to
# set the root window bg pixmap; if you don't like themes
# changing your root window, don't load this plugin.
#
# the plugin is really simple: it passes the image
# that the theme requested on to another program
# that is specified here.
#

load "setroot" {
	#
	# here we specify how the plugin should launch an external
	# program to set the root background.  Here's how to do it
	# with wmsetbg, Esetroot, or xv.
	#

	# if you like wmsetbg
	param "rootset_bin"		"wmsetbg";
	param "rootset_tileflag"	"-t";
	param "rootset_scaleflag"	"-s";

	# if you like Esetroot
	#param "rootset_bin"		"Esetroot";
	#param "rootset_scaleflag"	"-s";

	# if you use xv
	#param "rootset_bin"		"xv -quit -root";
	#param "rootset_scaleflag"	"-max";
}
