1
2FvwmBanner(1) Fvwm Modules FvwmBanner(1)
3
4
5
7 FvwmBanner - the Fvwm Banner module
8
10 Module FvwmBanner
11
12 FvwmBanner can only be invoked by fvwm. Command line invocation of the
13 FvwmBanner module will not work.
14
15
17 FvwmBanner displays an Fvwm Logo in the center of the screen for 3 sec‐
18 onds.
19
20
22 None.
23
24
26 Nothing interesting.
27
28
30 FvwmBanner can be invoked by the command 'Module FvwmBanner'. This can
31 be bound to a menu or key-stroke in the .fvwm2rc file, but more likely
32 you would do this in the StartFunction or InitFunction, for example:
33 AddToFunc InitFunction "I" Module FvwmBanner
34
35 You can also give it an optional file parameter, like 'FvwmBanner doom‐
36 face.xpm' or specify an alternate default pixmap via configuration
37 options (see "*FvwmBanner: Pixmap" below). Fvwm will search the
38 ImagePath to find the image, or you can use the full path to the image.
39
40
42 *FvwmBanner: NoDecor
43 Tells FvwmBanner to create a window that Fvwm will not manage
44 and not decorate.
45
46
47 *FvwmBanner: Pixmap file
48 Tells FvwmBanner to display file instead of the built in pixmap.
49
50
51 *FvwmBanner: Timeout sec
52 Tells FvwmBanner to display for sec seconds instead of default
53 of 3 seconds.
54
55
57 Robert Nation
58
59
60
613rd Berkeley Distribution 06 November 2016 (2.6.7) FvwmBanner(1)