
DESCRIPTION:
	The comic grabber creates comic avatars from folders with pictures. The avatars created can be bookmarked using the avatar grabber and the icon will change to reflect the page you are reading.

	Having the comics in folders instead of archives (cbz, cbr, etc) has some advantages:
		* It is faster (larger comics are very slow to open in archived formats)
		* Does't make unnecessary disk usage because there is no need to unpack anything.
		* They can be viewed with any picture viewer.
		* Thumbnails are remembered.

OPTIONS:
        To change the default comic viewer add to the config file:
                launcher="your-comic-viewer"

	To make them act like folders use:
		--type 0

	To bookmark your comic avatars check the avatar grabber help:
		avatar-factory -g avatar --help
	For automatic comic bookmarking you must use comix as the launcher and install "wmctrl" (in ubuntu: sudo apt-get install wmctrl)
