# This file is read after all the others configuration files.

# a few examples:

#
# Panel transparency 
#

# this function is executed when the pointer enter a window
# the arg $0 is the window id of the window. This func already
# call FuncEnterWindowAutoRaise (via the schedule cmd and a delay
# of 300 ms).
AddToFunc   AEFuncEnterWindow
+ I WindowId $0 (FvwmButtons-Panel*) sma SetTransparency 1.0

# this function is executed when the pointer leave a window
# the arg $0 is the window id of the window
AddToFunc   AEFuncLeaveWindow
+ I WindowId $0 (FvwmButtons-Panel*) sma SetTransparency 0.7

# this function is executed for new window
AddToFunc   AEFuncAddWindow
+ I WindowId $0 (FvwmButtons-Panel*) sma SetTransparency 0.7

#
# Auto Raise Tear Off menu
#

# this func is already used for auto raising the Panel, any Pager
AddToFunc   FuncEnterWindowAutoRaise
+ I WindowId $0 (fvwm_menu) Raise


#
# More mini icon styles. If you have the wm-icons package (http://sf.wm-icons/)
#

# Style "Configuration" MiniIcon configuration.xpm


#
# start an application (here xterm) at startup
#

# AddToFunc InitFunction
# + I Exec exec xterm
