aboutsummaryrefslogtreecommitdiff
path: root/doc/fbsetbg.1
diff options
context:
space:
mode:
authorgrubert <grubert>2004-01-20 11:17:50 (GMT)
committergrubert <grubert>2004-01-20 11:17:50 (GMT)
commit602b24bcce092729a51e01e3ad4d2dbecd2b072d (patch)
tree9c5a450a4c5e20c79b60105990d5bfa015e17333 /doc/fbsetbg.1
parentd7e356d907c1b1cc2572d60685215a1453197090 (diff)
downloadfluxbox-602b24bcce092729a51e01e3ad4d2dbecd2b072d.zip
fluxbox-602b24bcce092729a51e01e3ad4d2dbecd2b072d.tar.bz2
Add: manpages.
Diffstat (limited to 'doc/fbsetbg.1')
-rw-r--r--doc/fbsetbg.177
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/fbsetbg.1 b/doc/fbsetbg.1
new file mode 100644
index 0000000..04ebdcc
--- /dev/null
+++ b/doc/fbsetbg.1
@@ -0,0 +1,77 @@
1.\"
2.\" Man page for fbsetbg
3.\"
4.\" Copyright (c) 2004 by Bastian Kleineidam <reflexionsniveau@web.de>
5.\"
6.TH FBSETBG 1 "16 December 2003"
7.SH NAME
8fbsetbg \- set the background wallpaper for fluxbox
9.SH SYNOPSIS
10\fBfbsetbg\fP [\fIoptions\fP]... \fIimage\fP
11.br
12\fBfbsetbg\fP \fB-l\fP
13.SH DESCRIPTION
14\fBfbsetbg\fP is a wrapper that tries to find a suitable background-setting
15app and then tries to set the wallpaper using that app. You don't have to
16configure fbsetbg. It just uses the first app it can find.
17Furthermore it provides clear error messages in a window that make debugging
18problems a lot easier.
19.SH OPTIONS
20.TP
21\fB-f\fP
22Set fullscreen wallpaper.
23.TP
24\fB-c\fP
25Set centered wallpaper.
26.TP
27\fB-t\fP
28Set tiled wallpaper.
29.TP
30\fB-a\fP
31Set maximized wallpaper, preserving aspect (if your bgsetter doesn't
32support this we fall back to \fB-f\fP).
33.TP
34\fB-u\fP
35Use specified wallpapersetter, use no argument to forget.
36.TP
37\fB-b\fP
38Forward the options to bsetroot.
39.TP
40\fB-F\fP,\fB-C\fP,\fB-T\fP,\fB-A\fP,\fB-U\fP,\fB-B\fP
41same as uncapsed but without remembering.
42.TP
43\fB-h\fP
44Display this help.
45.TP
46\fB-l\fP
47Set previous wallpaper.
48.TP
49\fB-i\fP
50Information about selected wallpaper command.
51.TP
52\fB-d\fP
53Debug info (deprecated, use \fB-i\fP).
54.TP
55\fB-p\fP
56Tips.
57.SH FILES
58.TP
59\fB$HOME/.fluxbox/lastwallpaper\fP
60In this file the wallpaper you set will be stored, for the \fB-l\fP
61option.
62.SH ENVIRONMENT
63.TP
64\fBwpsetters\fP
65Wallpapersetters to use.
66.TP
67\fBDISPLAY\fP
68The display you want to set the wallpaper on.
69.SH EXAMPLES
70 \fBwpsetters=feh fbsetbg wallpaper.jpg\fP
71 \fBDISPLAY=:0.0 fbsetbg -l\fP
72.SH AUTHOR
73This manpage was originally written by Bastian Kleineidam
74<calvin@debian.org> for the Debian distribution of fluxbox
75(but may be used by others).
76
77The main author of fluxbox is Henrik Kinnunen <fluxgen@fluxbox.org>.