FvwmEvent(1) module configuration. In this file a single instance of the
FvwmEvent called MainLoop
is defined. It passes ID (Window ID, desk
etc ... depending on context) for window manager actions. Cmd
option is
empty: FVWM functions are used for all defined actions. Currently,
actions new_desk
, new_page
, add_window
and focus_change
are observed and
their respective functions from NsCDE-Functions.conf
are triggered.
This serves Workspace Manager,
Page Manager (PGM) and window placement functions in an important way. If
redefined or disabled, things will start to break. It can be extended by
the user to suit the needs, but here also care must be taken, because
complex functions, or calling slow and/or resource hungry commands from
that functions can make FVWM (and hence NsCDE) dramatically slow.