# IconCloud.conf - minimalist IconMan display

# A small dock button that's just filled with icons (no text).
# An always-visible reminder of what's running on the current page,
# so I don't forget to use my task list commands to get back to them.

DestroyModuleConfig FvwmIconMan

*FvwmIconMan:	NumManagers	1

# size and shape
*FvwmIconMan:	ManagerGeometry	1x1	# WxH in buttons
*FvwmIconMan:	ButtonGeometry	16x16	# WxH in pixels
*FvwmIconMan:	MaxButtonWidth	16

# Title Button = drawn when window list is empty
# empty title with flat style = nothing
*FvwmIconMan:	Title		""
*FvwmIconMan:	TitleButton	flat

# general appearance and behavior
*FvwmIconMan:	Format		""	# no text label
*FvwmIconMan:	DrawIcons	always
*FvwmIconMan:	FollowFocus	false	# highlight button of focused window?
*FvwmIconMan:	Tips		false	# disable tooltips
*FvwmIconMan:	ReliefThickness	0	# no button borders (all flat)

# colors for buttons (which represent windows)
*FvwmIconMan:	PlainColorset		0
*FvwmIconMan:	FocusColorset		0
*FvwmIconMan:	IconColorset		0
*FvwmIconMan:	SelectColorset		0
*FvwmIconMan:	FocusAndSelectColorset	0
*FvwmIconMan:	IconAndSelectColorset	0

# which windows to show in the manager
*FvwmIconMan:	ShowOnlyIcons	false	# show only iconified windows
*FvwmIconMan:	UseWinList	true	# honor WinListSkip ?
*FvwmIconMan:	Resolution	desk	# global/desk/page/screen

# bindings
# tried to supress click response entirely; yielded "Bad action" on the '-'
#*FvwmIconMan:	Action Mouse 1 N -
#*FvwmIconMan:	Action Mouse 2 N -
#*FvwmIconMan:	Action Mouse 3 N -
