1wander(6x) XScreenSaver manual wander(6x)
2
3
4
6 wander - colorful random-walk.
7
9 wander [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--density number] [--reset number]
11 [--length number] [--delay number] [--circles] [--size number] [--ad‐
12 vance number] [--fps]
13
15 Draws a colorful random-walk, in various forms.
16
18 --visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 --window
24 Draw on a newly-created window. This is the default.
25
26 --root Draw on the root window.
27
28 --window-id number
29 Draw on the specified window.
30
31 --density number
32 Density. 1 - 30. Default: 2.
33
34 --reset number
35 Number of frames before resetting. Default: 2500000.
36
37 --length number
38 Number of iterations. Default: 25000.
39
40 --delay number
41 Sustain. 0 - 60. Default: 1.
42
43 --circles | --no-circles
44 Whether to draw spots.
45
46 --size number
47 Size. 0 - 100. Default: 1.
48
49 --advance number
50 Color Contrast. 1 - 100. Default: 1.
51
52 --fps Display the current frame rate and CPU load.
53
55 DISPLAY to get the default host and display number.
56
57 XENVIRONMENT
58 to get the name of a resource file that overrides the global
59 resources stored in the RESOURCE_MANAGER property.
60
61 XSCREENSAVER_WINDOW
62 The window ID to use with --root.
63
65 X(1), xscreensaver(1)
66
68 Copyright © 2002 by Rick Campbell. Permission to use, copy, modify,
69 distribute, and sell this software and its documentation for any pur‐
70 pose is hereby granted without fee, provided that the above copyright
71 notice appear in all copies and that both that copyright notice and
72 this permission notice appear in supporting documentation. No repre‐
73 sentations are made about the suitability of this software for any pur‐
74 pose. It is provided "as is" without express or implied warranty.
75
77 Rick Campbell.
78
79
80
81X Version 11 6.08-1.fc39 (17-Oct-2023) wander(6x)