Manual Page Result
0
Command: FvwmAuto | Section: 1 | Source: OpenBSD | File: FvwmAuto.1
FvwmAuto(1) General Commands Manual FvwmAuto(1)
NAME
FvwmAuto - the FVWM auto-raise module
SYNOPSIS
FvwmAuto is spawned by fvwm, so no command line invocation will work.
The correct syntax is:
Module FvwmAuto Timeout [EnterCommand [LeaveCommand]]
AddToMenu Modules "Modules" Title
+ "Audio" Module FvwmAudio
+ "Auto" Module FvwmAuto 300 raise lower
+ "Buttons" Module FvwmButtons
+ "Ident" Module FvwmIdent
+ "Banner" Module FvwmBanner
+ "Pager" Module FvwmPager 0 3
The Timeout argument is required. It specifies how long a window must
retain the keyboard input focus before the command is executed. The de-
lay is measured in milliseconds, and any integer 0 or greater is ac-
ceptable.
EnterCommand and LeaveCommand are optional. EnterCommand is executed
Timeout milliseconds after a window gets the input focus, LeaveCommand
is executed Timeout milliseconds after the window has lost focus.
"Raise" is the default for EnterCommand, but any fvwm2 function is al-
lowed. I would not use "Close" or "Destroy" with a low timeout, though.
The LeaveCommand can be handy for a tidy desktop. Experiment with:
Module FvwmAuto 0 Nop Lower
Module FvwmAuto 0 Nop Iconify
AUTHOR
FvwmAuto just appeared one day, nobody knows how.
FvwmAuto was simply rewritten 09/96, nobody knows by whom.
3rd Berkeley Distribution Dec 1, 1994 FvwmAuto(1)