1noseguy(6x) XScreenSaver manual noseguy(6x)
2
3
4
6 noseguy - a little guy with a big nose wanders around being witty
7
9 noseguy [-display host:display.screen] [-foreground color] [-background
10 color] [-text-foreground color] [-text-background color] [-font font]
11 [-window] [-root] [-install] [-visual visual] [-mode mode] [-program
12 program] [-filename file] [-text text]
13
15 A little man with a big nose and a hat runs around spewing out messages
16 to the screen. This code (and its bitmaps) were extracted from the
17 xnlock program.
18
20 noseguy accepts the following options:
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -font font
35 The font used for the messages.
36
37 -program program
38 This program will be run periodically, and its output will be
39 the text of the messages. Default:
40
41 xscreensaver-text --cols 40 | head -n15
42
43 You can configure the text printed through the "Advanced" tab
44 of xscreensaver-demo(1), or by editing your ~/.xscreensaver
45 file.
46
47 -filename file
48 If mode is file, then the contents of this file will be used
49 for all messages.
50
51 -text string
52 If mode is string, then this text will be used for all mes‐
53 sages.
54
56 DISPLAY to get the default host and display number.
57
58 XENVIRONMENT
59 to get the name of a resource file that overrides the global
60 resources stored in the RESOURCE_MANAGER property.
61
63 X(1), xscreensaver(1), xscreensaver-text(1), xnlock(1)
64
66 Copyright 1985, 1990 by Dan Heller <argv@danheller.com>.
67
69 Dan Heller <argv@danheller.com>, 1985.
70
71 Ability to run standalone or with xscreensaver added by Jamie Zawinski
72 <jwz@jwz.org>, 13-aug-92.
73
74
75
76X Version 11 5.05-3 (06-Apr-2008) noseguy(6x)