diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/fbsetroot.1 (renamed from doc/bsetroot.1) | 37 |
2 files changed, 17 insertions, 24 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 13d3c3b..7568c18 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -4,9 +4,9 @@ | |||
4 | SUBDIRS = ru | 4 | SUBDIRS = ru |
5 | CLEANFILES = fluxbox.1 fluxstyle.1 | 5 | CLEANFILES = fluxbox.1 fluxstyle.1 |
6 | MAINTAINERCLEANFILES = Makefile.in | 6 | MAINTAINERCLEANFILES = Makefile.in |
7 | man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \ | 7 | man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ |
8 | startfluxbox.1 fluxstyle.1 fbrun.1 | 8 | startfluxbox.1 fluxstyle.1 fbrun.1 |
9 | EXTRA_DIST=fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \ | 9 | EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \ |
10 | fluxstyle.1.in Coding_style | 10 | fluxstyle.1.in Coding_style |
11 | distclean-local: | 11 | distclean-local: |
12 | rm -f *\~ | 12 | rm -f *\~ |
diff --git a/doc/bsetroot.1 b/doc/fbsetroot.1 index 9d4bd07..ec8c088 100644 --- a/doc/bsetroot.1 +++ b/doc/fbsetroot.1 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" | 1 | .\" |
2 | .\" Man page for Bsetroot | 2 | .\" Man page for fbsetroot |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2000 by Wilbert Berendsen <wbsoft@xs4all.nl> | 4 | .\" Copyright (c) 2000 by Wilbert Berendsen <wbsoft@xs4all.nl> |
5 | .\" Copyright (c) 2004 by Curt "Asenchi" Micol <asenchi@asenchi.com> | 5 | .\" Copyright (c) 2004 by Curt "Asenchi" Micol <asenchi@asenchi.com> |
@@ -19,36 +19,35 @@ | |||
19 | .\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 19 | .\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
20 | .\" PERFORMANCE OF THIS DOCUMENTATION | 20 | .\" PERFORMANCE OF THIS DOCUMENTATION |
21 | .\" | 21 | .\" |
22 | .TH bsetroot 1 "June 25th, 2004" "0.60.3" | 22 | .TH fbsetroot 1 "July 8th, 2005" "0.9.13" |
23 | .SH NAME | 23 | .SH NAME |
24 | bsetroot \- a simple background utility used by the Fluxbox window manager, ori | 24 | fbsetroot \- a simple background utility used by the Fluxbox window manager, originally |
25 | ginally written | 25 | written for and by the original Blackbox window manager team. |
26 | for and by the original Blackbox window manager team. | ||
27 | .SH SYNOPSIS | 26 | .SH SYNOPSIS |
28 | .BR bsetroot " \-help" | 27 | .BR fbsetroot " \-help" |
29 | .br | 28 | .br |
30 | .B bsetroot | 29 | .B fbsetroot |
31 | .RI "[ \-display " display " ] \-solid " color | 30 | .RI "[ \-display " display " ] \-solid " color |
32 | .br | 31 | .br |
33 | .B bsetroot | 32 | .B fbsetroot |
34 | .RI "[ \-display " display " ] \-mod " "x y" " \-fg " color " \-bg " color | 33 | .RI "[ \-display " display " ] \-mod " "x y" " \-fg " color " \-bg " color |
35 | .br | 34 | .br |
36 | .B bsetroot | 35 | .B fbsetroot |
37 | .RI "[ \-display " display " ] \-gradient " texture " \-from " color " \-to " color | 36 | .RI "[ \-display " display " ] \-gradient " texture " \-from " color " \-to " color |
38 | .SH DESCRIPTION | 37 | .SH DESCRIPTION |
39 | Bsetroot is a utility that can control the appearance of the root window in | 38 | fbsetroot is a utility that can control the appearance of the root window in |
40 | three ways: Either give it a solid color, or write a two color modula pattern | 39 | three ways: Either give it a solid color, or write a two color modula pattern |
41 | to it, or render a gradient texture, based on two different colors. | 40 | to it, or render a gradient texture, based on two different colors. |
42 | .PP | 41 | .PP |
43 | Bsetroot resembles | 42 | fbsetroot resembles |
44 | .IR xsetroot (1) | 43 | .IR xsetroot (1) |
45 | in this functionality but it supports multiple screen displays, and gradient | 44 | in this functionality but it supports multiple screen displays, and gradient |
46 | textures the same way as Blackbox or Fluxbox does. | 45 | textures the same way as Blackbox or Fluxbox does. |
47 | It doesn't handle cursors etc. | 46 | It doesn't handle cursors etc. |
48 | Bsetroot was originally part of the Blackbox package and was carried over with | 47 | fbsetroot was originally part of the Blackbox package and was carried over with |
49 | the code that became Fluxbox. | 48 | the code that became Fluxbox. It was called bsetroot back in those days. |
50 | .SH OPTIONS | 49 | .SH OPTIONS |
51 | Bsetroot operates in three ways, you must choose one of the first 3 options: | 50 | fbsetroot operates in three ways, you must choose one of the first 3 options: |
52 | .TP | 51 | .TP |
53 | .BI \-solid " color" | 52 | .BI \-solid " color" |
54 | Sets the root window to specified color. | 53 | Sets the root window to specified color. |
@@ -75,7 +74,7 @@ color. | |||
75 | .RE | 74 | .RE |
76 | .TP | 75 | .TP |
77 | .BI \-display " display" | 76 | .BI \-display " display" |
78 | Tells Bsetroot to connect to the specified display. | 77 | Tells fbsetroot to connect to the specified display. |
79 | .TP | 78 | .TP |
80 | .BI "\-bg, \-background " color | 79 | .BI "\-bg, \-background " color |
81 | Background color. | 80 | Background color. |
@@ -104,13 +103,7 @@ operation mode. | |||
104 | .B \-help | 103 | .B \-help |
105 | Prints version info and short help text. | 104 | Prints version info and short help text. |
106 | .SH AUTHOR | 105 | .SH AUTHOR |
107 | Bsetroot is written and maintained by Brad Hughes | 106 | fbsetroot is written and maintained by the Fluxbox Development Team |
108 | .nh \" hyphenation off | ||
109 | (blackbox@alug.org) | ||
110 | .hy \" on again | ||
111 | and Jeff Raven | ||
112 | .nh | ||
113 | (jraven@psu.edu). | ||
114 | .PP | 107 | .PP |
115 | This manpage was modified by Curt "Asenchi" Micol <asenchi@asenchi.com> for | 108 | This manpage was modified by Curt "Asenchi" Micol <asenchi@asenchi.com> for |
116 | the Fluxbox window manager. | 109 | the Fluxbox window manager. |