aboutsummaryrefslogtreecommitdiff
path: root/doc/bsetroot.1
diff options
context:
space:
mode:
authormathias <mathias>2005-07-12 04:56:05 (GMT)
committermathias <mathias>2005-07-12 04:56:05 (GMT)
commit1fe9ef3056e80dfed05bbb1b00443c11a64223c1 (patch)
tree3fbae0cada70fe79e939d6c32c7dcb2786b6a816 /doc/bsetroot.1
parent9531144097b7fdae1051933fd2aa89c8928b72b2 (diff)
downloadfluxbox-1fe9ef3056e80dfed05bbb1b00443c11a64223c1.zip
fluxbox-1fe9ef3056e80dfed05bbb1b00443c11a64223c1.tar.bz2
Renaming of 'bsetroot' to 'fbsetroot' (Mathias)
blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming.
Diffstat (limited to 'doc/bsetroot.1')
-rw-r--r--doc/bsetroot.1120
1 files changed, 0 insertions, 120 deletions
diff --git a/doc/bsetroot.1 b/doc/bsetroot.1
deleted file mode 100644
index 9d4bd07..0000000
--- a/doc/bsetroot.1
+++ /dev/null
@@ -1,120 +0,0 @@
1.\"
2.\" Man page for Bsetroot
3.\"
4.\" Copyright (c) 2000 by Wilbert Berendsen <wbsoft@xs4all.nl>
5.\" Copyright (c) 2004 by Curt "Asenchi" Micol <asenchi@asenchi.com>
6.\"
7.\" This page was updated for Fluxbox by Curt "Asenchi" Micol on June 25, 2004
8.\"
9.\" Permission to use, copy, modify, and distribute this documentation for
10.\" any purpose with or without fee is hereby granted, provided that the
11.\" above copyright notice and this permission notice appear in all copies.
12.\"
13.\" THE DOCUMENTATION IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
14.\" WARRANTIES WITH REGARD TO THIS DOCUMENTATION INCLUDING ALL IMPLIED
15.\" WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
16.\" AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
17.\" DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
18.\" PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20.\" PERFORMANCE OF THIS DOCUMENTATION
21.\"
22.TH bsetroot 1 "June 25th, 2004" "0.60.3"
23.SH NAME
24bsetroot \- a simple background utility used by the Fluxbox window manager, ori
25ginally written
26for and by the original Blackbox window manager team.
27.SH SYNOPSIS
28.BR bsetroot " \-help"
29.br
30.B bsetroot
31.RI "[ \-display " display " ] \-solid " color
32.br
33.B bsetroot
34.RI "[ \-display " display " ] \-mod " "x y" " \-fg " color " \-bg " color
35.br
36.B bsetroot
37.RI "[ \-display " display " ] \-gradient " texture " \-from " color " \-to " color
38.SH DESCRIPTION
39Bsetroot is a utility that can control the appearance of the root window in
40three ways: Either give it a solid color, or write a two color modula pattern
41to it, or render a gradient texture, based on two different colors.
42.PP
43Bsetroot resembles
44.IR xsetroot (1)
45in this functionality but it supports multiple screen displays, and gradient
46textures the same way as Blackbox or Fluxbox does.
47It doesn't handle cursors etc.
48Bsetroot was originally part of the Blackbox package and was carried over with
49the code that became Fluxbox.
50.SH OPTIONS
51Bsetroot operates in three ways, you must choose one of the first 3 options:
52.TP
53.BI \-solid " color"
54Sets the root window to specified color.
55.TP
56.BI \-mod " x y"
57Creates a modula pattern. You must specify
58.BR \-bg " and " \-fg
59colors.
60.TP
61.BI \-gradient " texturestring"
62Renders the specified texture string to the root window.
63.RS
64.PP
65.I texturestring
66may be one of:
67.PP
68.B Horizontal / Vertical / Diagonal / Crossdiagonal / Pipecross / Elliptic / Rectangle / Pyramid
69.PP
70Select one of these texture types, they only apply when
71.B \-gradient
72is specifed. You must also specify both a
73.BR \-from " and a " \-to
74color.
75.RE
76.TP
77.BI \-display " display"
78Tells Bsetroot to connect to the specified display.
79.TP
80.BI "\-bg, \-background " color
81Background color.
82Needed for
83.B \-mod
84patterns.
85.TP
86.BI "\-fg, \-foreground " color
87Foreground color.
88Needed for
89.B \-mod
90patterns.
91.TP
92.BI \-from " color"
93Start color for rendering textures.
94Needed for
95.B \-gradient
96operation mode.
97.TP
98.BI \-to " color"
99Ending color for rendering textures.
100Needed for
101.B \-gradient
102operation mode.
103.TP
104.B \-help
105Prints version info and short help text.
106.SH AUTHOR
107Bsetroot is written and maintained by Brad Hughes
108.nh \" hyphenation off
109(blackbox@alug.org)
110.hy \" on again
111and Jeff Raven
112.nh
113(jraven@psu.edu).
114.PP
115This manpage was modified by Curt "Asenchi" Micol <asenchi@asenchi.com> for
116the Fluxbox window manager.
117.hy
118.SH SEE ALSO
119.IR fluxbox (1)
120.IR fbsetbg (1)