FvwmBacker(1) | General Commands Manual | FvwmBacker(1) |
NAME¶
FvwmBacker - the FVWM background changer moduleSYNOPSIS¶
FvwmBacker is spawned by fvwm, so no command line invocation will work.DESCRIPTION¶
The FvwmBacker module provides functionality to change the background when changing desktops. Any command can be executed to change the backgrounds. The commands used to change the backgrounds must exit after changing the root window, (i.e. 'xv -root zzz.gif' does not, without the -quit option) otherwise FvwmBacker will hang.COPYRIGHTS¶
The FvwmBacker module is the original work of Mike Finger.INITIALIZATION¶
During initialization, FvwmBacker will scan the same configuration file that FVWM used during startup to find the options that pertain to it. These options are discussed in a later section.INVOCATION¶
FvwmBacker can be invoked by fvwm during initialization by inserting the line 'Module FvwmBacker' in the .fvwmrc file.CONFIGURATION OPTIONS¶
The follow option is the only only support at present- *FvwmWinListDesk DeskNumber command
- Specifies the command to execute when the specified
DeskNumber becomes active.
SAMPLE CONFIGURATION¶
The following are excepts from a .fvwmrc file which describe FvwmBacker initialization commands:#### # Set Up Backgrounds for different desktops. #### *FvwmBackerDesk 0 -solid steelblue *FvwmBackerDesk 1 -solid midnightblue *FvwmBackerDesk 2 -solid yellow *FvwmBackerDesk 3 xpmroot /usr/include/X11/pixmaps/background2.xpm
AUTHOR¶
Mike Finger (mfinger@mermaid.micro.umn.edu)(Mike_Finger@atk.com)
(doodman on IRC, check the #linux channel)
Modified by¶
Andrew Davison (davison@cs.monash.edu.au)September 8th, 1994 | 3rd Berkeley Distribution |