################################################################################
# General RC file for the xbackdrop utility
################################################################################
#
# Name (or path) of executable
# Appears to be compatible with...
#	xli		tested with v1p16	(preferred)
# 	xloadimage	tested with v4.1
#
BASE	=	xli
#
# Width and height resolution of X-Windows background
#
XRES	=	1280
YRES	=	1024
#
# Method for choosing maximum zoom rate
#  0 => zoom image until it is maximum size without clipping
#  1 => zoom image until it fills total background
#
MAXZOOM	=	0
#
# How often image is updated, if at all (UPDATE)
#  0 => Load image and quit (do not remain active in memory)
#  1 => Load new image every DELAY minutes
#  2 => Load new image every DELAY hours
#
# Currently, the program makes no attempt to detect whether or not X
# is even running. Therefore, use the 1 and 2 options for UPDATE at
# your own discretion.
#
UPDATE	=	0
DELAY	=	0
#
# Verbosity level of xli/xloadimage
#  0 => Silence
#  1 => Default
#  2 => Verbose mode
#
NOISE	=	0
#
# Filter utility for archiver
# Must accept filename as argument and dump unarchived version to stdout
#
ZFILTER	=	zcat
