1FvwmScroll(1) Fvwm Modules FvwmScroll(1)
2
3
4
6 FvwmScroll - the fvwm scroll-bar module
7
9 FvwmScroll is spawned by fvwm, so no command line invocation will work.
10
11
13 The FvwmScroll module prompts the user to select a target window, if
14 the module was not launched from within a window context in Fvwm.
15 After that, it adds scroll bars to the selected window, to reduce the
16 total desktop space consumed by the window.
17
18 FvwmScroll should not be used with windows which move or resize them‐
19 selves, nor should it be used with windows which set the WM_COL‐
20 ORMAP_WINDOWS property. Operation is fine with windows that have a pri‐
21 vate colormap.
22
23
25 The FvwmScroll program, and the concept for interfacing this module to
26 the Window Manager, are all original work by Robert Nation.
27
28 Copyright 1994, Robert Nation. No guarantees or warranties or anything
29 are provided or implied in any way whatsoever. Use this program at your
30 own risk. Permission to use this program for any purpose is given, as
31 long as the copyright is kept intact.
32
33
34
36 During initialization, FvwmScroll gets config info from fvwm's module
37 configuration database (see fvwm(1), section MODULE COMMANDS) to deter‐
38 mine which colors to use.
39
40 If the FvwmScroll executable is linked to another name, ie ln -s Fvwm‐
41 Scroll MoreScroll, then another module called MoreScroll can be
42 started, with a completely different configuration than FvwmScroll,
43 simply by changing the keyword FvwmScroll to MoreScroll.
44
45
47 FvwmScroll can be invoked by binding the action 'Module FvwmScroll x y'
48 to a menu or key-stroke in the .fvwm2rc file. The parameter x and y
49 are either integers or integers immediately followed by a p, which
50 describe the horizontal and vertical size modification of the window.
51 An integer describe a size reduction. An integer followed by a p
52 describe a size as a percentage of the height or the width of a full
53 screen but the size is never larger than the original window size (0p
54 will do nothing). Fvwm will search directory specified in the Mod‐
55 ulePath configuration option to attempt to locate FvwmScroll. Although
56 nothing keeps you from launching FvwmScroll at start-up time, you prob‐
57 ably don't want to.
58
59
61 *FvwmScroll: Colorset n
62 Tells the module to use colorset n. See FvwmTheme.
63
64
65 *FvwmScroll: Back color
66 Tells the module to use color instead of black for the window
67 background. Switches off the Colorset option.
68
69
71 When the scroll bars are removed by clicking on the button in the lower
72 right corner, the window does not restore its location correctly.
73
74
76 Robert Nation
77
78
79
80
813rd Berkeley Distribution 09 May 2010 (2.5.30) FvwmScroll(1)