Clock Plugin
	* reminder
		* launcher reminder
			* context menu
	* possibility to display different timezones
	* vertical layout:
		0
		0
		:
		0
		0

Launcher Plugin
	* show window icon on active state
	* taskbar like bevaivior:
		One can try to obtain the window id from the PID after running the app, then remembering the window class.
		But many apps do have bad classes like "..." or so set,
		therefore it seems to be unclean to associate the launcher and the window with the the wmclass.
		Also apps ike nautilus could make trouble, having a desktop window and a normal window with the same class.

Stack Plugin
	** plugin reloading
	* KibaProgress for file copying/moving
	* thumbnails
		* update thumbnail if needed
	* surface pool:
		* remove KibaStackMimeSurface's after a delay to save some memory

Taskbar Plugin
	* realtime previews:
		its possible to get the Pixmap data for the windows 50 times per second without using much more ressources, thanks to the Composite extension. but howto draw these Pixmaps to the cairo surface?
	* show only minimized windows
	* show only windows from current viewport/workspace

Winlist Plugin
	*

GMenu Plugin
	* action items (lock,reboot,..)
	* dnd
		* open menu allowing to add desktop files to the menu

Trash Plugin
	* recovery

Sysinfo Plugin
	* find process with highest cpu usage for the object title
	* draw multiple icons

Volume Plugin
	* get mute state from mixer

Clipman
	* improve picture clips (using gtk_clipboard_wait_for_image)
	* search for clips on keypress
		* get the selected menu item for "Return" keypress
		* form keyword from previously entered letters
		* search for keyword anywhere in the clip description
		* switch between matches with keyboard arrows

Trash
	* icon view

Tray
	* making it look nice ;) but i dont think thats currently possible.

Plugin-ideas
	* commandline/app searcher plugin
	* workspace/viewport plugin
	* kiba-eyes (helps finding the cursor ;)
