# Starts the imwheel process.
. /etc/X11/imwheel/startup.conf
if [ "$IMWHEEL_START" = "1" ]; then
	/usr/bin/imwheel "${IMWHEEL_PARAMS}"
fi
