if grep -qs  "^start-xprintmon$" /etc/X11/Xsession.options ; then
	XPRINTMONOPTIONS="$(xrdb -query | grep ^XPrintMon.nostart)"
	if test -x /usr/bin/xprintmon -a "x$XPRINTMONOPTIONS" = "x" ; then
		xprintmon -iconic &
	fi
fi
