Hi Serge, > In question 7.17 of the FVWM FAQ "Autohiding FvwmButtons or other > windows" module FvwmAuto launched like this: > > + I Module FvwmAuto FvwmAutohide -menter enter_handler > > But from reading manpage & source code of this module I figured out that > it doesn't accept aliases, right?
You are correct that the FvwmAuto module does not use aliases. However, the FvwmAuto module is hardcoded to treat the 1st argument as a timeout value. > So, I think module invocation should look like this: > > + I Module FvwmAuto -menter enter_handler The correct command should be: + I Module FvwmAuto 1 -menter enter_handler I will update docs/FAQ. Do I need to do anything to regenerate the FAQ page for the website? Scott. :)