### Layer
# You do not like stays on top application
*FvwmNetHints: AcceptStaysOnTop False
# Then, you may want that kicker (and its goodies) be autoraised:
# for that you need to add the following in autoraise-extra:
#AddToFunc FuncFvwmModulesAutoRaise
#+ I Current (kicker) Raise
#+ I Current (gnome-panel) Raise
#Style "kicker" MouseFocus
#Style gnome-panel MouseFocus
### Number of desktop
# You want more than 4 desktops (here 6)
#*FvwmNetHints: NumberOfDesktops 6
# Or you prefer that the value of the previous option to be ignored and
# replaced by the number of desktops you got when you leave FVWM:
*FvwmNetHints: UsePersistentNumberOfDesktops True
### Animation
# This is set automatically if you use ksmserver as variant for
# settings -> Session Manager. You should add this with gnome
#*FvwmNetHints: NoIconAction SendToModule FvwmAnimate animate
### For better windows names
*FvwmNetHints: UseExtendedName True
### For more custumization: man FvwmNetHints
|