Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fvwmsavedesk1(1) [debian man page]

FvwmSaveDesk(1) 					      General Commands Manual						   FvwmSaveDesk(1)

NAME
FvwmSaveDesk - another FVWM desktop-layout saving module SYNOPSIS
FvwmSaveDesk is spawned by fvwm, so no command line invocation will work. DESCRIPTION
When called, this module will attempt to save your current desktop layout as a fvwm function definition into the file .fvwmdesk in your home directory. The function is named StartupFunction. This Function can be called in Function InitFunction to startup all Programs on all Workspaces. If fvwm is compiled with the M4 option, you can include this file in .fvmrc else you have to insert this file by hand. Your applications must supply certain hints to the X window system. Emacs, for example, does not, so FvwmSaveDesk can't get any information from it. Also, FvwmSaveDesk assumes that certain command line options are globally accepted by applications, which may not be the case. SETUP IF FVWM IS COMPILED WITH THE M4 OPTION Fvwm has to be called with the option -m4opt -I$HOME. The first line in .fvwmrc should be undefine(`include`), to avoid problems. You can the include the file .fvwmdesk with sinclude(`.fvwmdesk') . Insert the following line into the Function InitFunction Function "I" StartupFunction If you have GNU's m4 another possiblity is to compile fvwm with GNU_M4_OPTION_P and use m4_include(`.fvwmdesk')m4_dnl So you don't need to undefine `include'. INVOCATION
FvwmSaveDesk can be invoked by inserting the line 'Module FvwmSaveDesk' in the .fvwmrc file. This should be bound to a menu or mouse but- ton or keystroke to invoke it later. Fvwm will search directory specified in the ModulePath configuration option to attempt to locate Fvwm- SaveDesk. AUTHOR
Carsten Paeth (calle@calle.in-berlin.de) based on FvwmSave written by Robert Nation and Mr. Per Persson <pp@solace.mh.se> (Omnion on IRC) 3rd Berkeley Distribution Jul 20 1995 FvwmSaveDesk(1)

Check Out this Related Man Page

FvwmBanner(1)							   Fvwm Modules 						     FvwmBanner(1)

NAME
FvwmBanner - the Fvwm Banner module SYNOPSIS
Module FvwmBanner FvwmBanner can only be invoked by fvwm. Command line invocation of the FvwmBanner module will not work. DESCRIPTION
FvwmBanner displays an Fvwm Logo in the center of the screen for 3 seconds. COPYRIGHTS
None. INITIALIZATION
Nothing interesting. INVOCATION
FvwmBanner can be invoked by the command 'Module FvwmBanner'. This can be bound to a menu or key-stroke in the .fvwm2rc file, but more likely you would do this in the StartFunction or InitFunction, for example: AddToFunc InitFunction "I" Module FvwmBanner You can also give it an optional file parameter, like 'FvwmBanner doomface.xpm' or specify an alternate default pixmap via configuration options (see "*FvwmBanner: Pixmap" below). Fvwm will search the ImagePath to find the image, or you can use the full path to the image. CONFIGURATION OPTIONS
*FvwmBanner: NoDecor Tells FvwmBanner to create a window that Fvwm will not manage and not decorate. *FvwmBanner: Pixmap file Tells FvwmBanner to display file instead of the built in pixmap. *FvwmBanner: Timeout sec Tells FvwmBanner to display for sec seconds instead of default of 3 seconds. AUTHOR
Robert Nation 3rd Berkeley Distribution 09 May 2010 (2.5.30) FvwmBanner(1)
Man Page