Penguin
Annotated edit history of noseguy(1) version 5, 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 noseguy - a little guy with a big nose wanders around being witty
16 !!SYNOPSIS
17
18
19 __noseguy__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-text-foreground ''color''] [[-text-background
22 ''color''] [[-font ''font''] [[-window] [[-root]
23 [[-install] [[-visual ''visual''] [[-mode ''mode'']
24 [[-program ''program''] [[-filename le] [[-text
25 ''text'']
26 !!DESCRIPTION
27
28
29 A little man with a big nose and a hat runs around spewing
30 out messages to the screen. This code (and its bitmaps) were
31 extracted from the ''xnlock'' program.
32 !!OPTIONS
33
34
35 ''noseguy'' 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 __-install__
52
53
54 Install a private colormap for the window.
55
56
57 __-visual__ ''visual''
58
59
60 Specify which visual to use. Legal values are the name of a
61 visual class, or the id number (decimal or hex) of a
62 specific visual.
63
64
65 __-font__ ''font''
66
67
68 The font used for the messages.
69
70
71 __-mode [[ program | file | string ]__
72
73
74 In ''program'' mode, the messages are gotten by running a
75 program. The program used is controlled by the
76 ''-program'' option, and the ''.program''
77 resource.
78
79
80 In ''filename'' mode, the message used is the contents of
81 a file. The file used is controlled by the ''-file''
82 option, and the ''.filename'' resource.
83
84
85 In ''string'' mode, the message is whatever was specified
86 on the command line as the ''-text'' option, or in the
87 resource database as the ''.text'' resource.
88
89
90 __-program__ ''program''
91
92
93 If ''mode'' is ''program'' (the default), then this
94 program will be run periodically, and its output will be the
95 text of the messages. The default program is
96 '''', but ''yow'' is also a good
97 choice.
98
99
100 __-filename__ ''file''
101
102
103 If ''mode'' is ''file'', then the contents of this
104 file will be used for all messages.
105
106
107 __-text__ ''string''
108
109
110 If ''mode'' is ''string'', then this text will be used
111 for all messages.
112 !!ENVIRONMENT
113
114
115 __DISPLAY__
116
117
118 to get the default host and display number.
119
120
121 __XENVIRONMENT__
122
123
124 to get the name of a resource file that overrides the global
125 resources stored in the RESOURCE_MANAGER
126 property.
127 !!SEE ALSO
128
129
4 perry 130 X(1), xscreensaver(1),
1 perry 131 xnlock(1)
132 !!COPYRIGHT
133
134
5 JonBailey 135 Copyright 1985, 1990 by Dan Heller http://www.well.com/user/argv/ http://www.danheller.com/
1 perry 136 !!AUTHOR
137
138
139 Dan Heller
140
141
142 Ability to run standalone or with ''xscreensaver'' added
143 by Jamie Zawinski
144 ''
145 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.