Penguin
Annotated edit history of deco(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 deco - draw tacky 70s basement wall panelling
16 !!SYNOPSIS
17
18
19 __deco__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-delay ''seconds''] [[-max-depth ''int''] [[-min-width
23 ''int''] [[-min-height ''int''] [[-cycle] [[-no-cycle]
24 [[-cycle-delay]
25 !!DESCRIPTION
26
27
28 The ''deco'' program subdivides and colors rectangles
29 randomly. It looks kind of like Brady-Bunch-era rec-room
30 wall paneling. (Raven says:
31 ''
32 !!OPTIONS
33
34
35 ''deco'' accepts the following options:
36
37
38 __-window__
39
40
41 Draw on a newly-created window. This is the
42 default.
43
44
45 __-root__
46
47
48 Draw on the root window.
49
50
51 __-mono__
52
53
54 If on a color display, pretend we're on a monochrome
55 display.
56
57
58 __-install__
59
60
61 Install a private colormap for the window.
62
63
64 __-visual__ ''visual''
65
66
67 Specify which visual to use. Legal values are the name of a
68 visual class, or the id number (decimal or hex) of a
69 specific visual.
70
71
72 __-delay__ ''seconds''
73
74
75 How long to wait before starting over. Default 5
76 seconds.
77
78
79 __-max-depth__ ''integer''
80
81
82 How deep to subdivide. Default 12. Default 8.
83
84
85 __-min-width__ ''integer''
86
87
88 __-min-height__ ''integer'' The size of the smallest
89 rectangle to draw. Default 20x20.
90
91
92 __-cycle__
93
94
95 __-no-cycle__
96
97
98 Whether to do color cycling. Default False.
99
100
101 __-cycle-delay__ ''usecs''
102
103
104 If color cycling, how often to change the colors. Default
105 1000000, or 1 second.
106 !!ENVIRONMENT
107
108
109 __DISPLAY__
110
111
112 to get the default host and display number.
113
114
115 __XENVIRONMENT__
116
117
118 to get the name of a resource file that overrides the global
119 resources stored in the RESOURCE_MANAGER
120 property.
121 !!SEE ALSO
122
123
4 perry 124 X(1), xscreensaver(1)
1 perry 125 !!COPYRIGHT
126
127
128 Copyright 1997 by Jamie Zawinski. Permission to use, copy,
129 modify, distribute, and sell this software and its
130 documentation for any purpose is hereby granted without fee,
131 provided that the above copyright notice appear in all
132 copies and that both that copyright notice and this
133 permission notice appear in supporting documentation. No
134 representations are made about the suitability of this
135 software for any purpose. It is provided
136 !!AUTHOR
137
138
139 Jamie Zawinski
140 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.