~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/40-a-few-manpages-patches/doc/fbsetroot.1

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"
2
 
.\" Man page for fbsetroot
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 fbsetroot 1 "July 8th, 2005" "0.9.13"
23
 
.SH NAME
24
 
fbsetroot \- a simple background utility used by the Fluxbox window manager, originally 
25
 
written for and by the original Blackbox window manager team.
26
 
.SH SYNOPSIS
27
 
.BR fbsetroot " \-help"
28
 
.br
29
 
.B fbsetroot
30
 
.RI "[ \-display " display " ] \-solid " color
31
 
.br
32
 
.B fbsetroot
33
 
.RI "[ \-display " display " ] \-mod " "x y" " \-fg " color " \-bg " color
34
 
.br
35
 
.B fbsetroot
36
 
.RI "[ \-display " display " ] \-gradient " texture " \-from " color " \-to " color
37
 
.SH DESCRIPTION
38
 
fbsetroot is a utility that can control the appearance of the root window in
39
 
three ways: Either give it a solid color, or write a two color modula pattern
40
 
to it, or render a gradient texture, based on two different colors.
41
 
.PP
42
 
fbsetroot resembles
43
 
.IR xsetroot (1)
44
 
in this functionality but it supports multiple screen displays, and gradient
45
 
textures the same way as Blackbox or Fluxbox does.
46
 
It doesn't handle cursors etc.
47
 
fbsetroot was originally part of the Blackbox package and was carried over with
48
 
the code that became Fluxbox. It was called bsetroot back in those days.
49
 
.SH OPTIONS
50
 
fbsetroot operates in three ways, you must choose one of the first 3 options:
51
 
.TP
52
 
.BI \-solid " color"
53
 
Sets the root window to specified color.
54
 
.TP
55
 
.BI \-mod " x y"
56
 
Creates a modula pattern. You must specify
57
 
.BR \-bg " and " \-fg
58
 
colors.
59
 
.TP
60
 
.BI \-gradient " texturestring"
61
 
Renders the specified texture string to the root window.
62
 
.RS
63
 
.PP
64
 
.I texturestring
65
 
may be one of:
66
 
.PP
67
 
.B Horizontal / Vertical / Diagonal / Crossdiagonal / Pipecross / Elliptic / Rectangle / Pyramid
68
 
.PP
69
 
Select one of these texture types, they only apply when
70
 
.B \-gradient
71
 
is specifed. You must also specify both a
72
 
.BR \-from " and a " \-to
73
 
color.
74
 
.RE
75
 
.TP
76
 
.BI \-display " display"
77
 
Tells fbsetroot to connect to the specified display.
78
 
.TP
79
 
.BI "\-bg, \-background " color
80
 
Background color.
81
 
Needed for
82
 
.B \-mod
83
 
patterns.
84
 
.TP
85
 
.BI "\-fg, \-foreground " color
86
 
Foreground color.
87
 
Needed for
88
 
.B \-mod
89
 
patterns.
90
 
.TP
91
 
.BI \-from " color"
92
 
Start color for rendering textures.
93
 
Needed for
94
 
.B \-gradient
95
 
operation mode.
96
 
.TP
97
 
.BI \-to " color"
98
 
Ending color for rendering textures.
99
 
Needed for
100
 
.B \-gradient
101
 
operation mode.
102
 
.TP
103
 
.B \-help
104
 
Prints version info and short help text.
105
 
.SH AUTHOR
106
 
fbsetroot is written and maintained by the Fluxbox Development Team
107
 
.PP
108
 
This manpage was modified by Curt "Asenchi" Micol <asenchi@asenchi.com> for
109
 
the Fluxbox window manager.
110
 
.hy
111
 
.SH SEE ALSO
112
 
.IR fluxbox (1)
113
 
.IR fbsetbg (1)