# ---------------------------------------------------------------------------
# global feel
# ---------------------------------------------------------------------------
 
# in fact, at present time, we need SloopyFocus (or MouseFocus) !

Style * SloppyFocus, ClickToFocusPassesClick, ClickToFocusRaises, \
	MouseFocusClickRaises

Style * FPGrabFocus, FPReleaseFocus

# Not so bad under certain circonstance ...
#Style * FPIgnoreRaiseClickMotion, FPIgnoreFocusClickMotion

# To strong
# Style * FPRestackRaiseClickMotion
# Not so bad ...
Style * FPLeaveRestackRaiseClickMotion  

# Good any way!
Style * FPIgnoreRaiseClickXdndMotion, FPIgnoreFocusClickXdndMotion

# A great thing
Style * FPRestackRaiseTextSelectionMotion, \
        !FPLeaveRestackRaiseTextSelectionMotion
# a variant:
#Style * !FPRestackRaiseTextSelectionMotion, \
#       FPLeaveRestackRaiseTextSelectionMotion

# should be "large" enought for xdnd detection! (see the XSETTING spec)
MoveFocusRaiseThreshold 12

# NO manual placement!
Style * MinOverlapPercentPlacement, DecorateTransient

Style * IndexedWindowName, IndexedIconName

# respect MWM, OL and GNOME hints
Style * OLDecor, NoOverride, MwmFunctions, GNOMEUseHints,  MwmDecor
# but not the Mwm Decor?
#Style * NoDecorHint

# ETC ..

# ---------------------------------------------------------------------------
#  some specific styles
# ---------------------------------------------------------------------------

# tear off menu
Style fvwm_menu WindowListHit

Style FvwmConsole TitleAtLeft
Style XClock NoTitle, !Borders, NeverFocus
Style FvwmForm-QuitVerify NoTitle


Style Emacs FixedPSize
Style mozilla-bin NoPPosition

AddToFunc   AFuncWindowThemesOverride
+ I 
# ...ETC
