2010-01-14 06:35:51 +00:00
'\" t
2009-02-18 16:36:04 +00:00
. \" Title: fbsetbg
2011-09-02 00:22:01 +00:00
. \" Author: Jim Ramsay <i.am@jimramsay.com>
2015-01-03 13:07:51 +00:00
. \" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2015-02-08 10:20:53 +00:00
. \" Date: 08 February 2015
2009-02-18 16:36:04 +00:00
. \" Manual: Fluxbox Manual
2010-01-14 06:35:51 +00:00
. \" Source: fbsetbg.txt
2009-02-18 16:36:04 +00:00
. \" Language: English
. \"
2015-02-08 10:20:53 +00:00
.TH "FBSETBG" "1" "08 February 2015" "fbsetbg\&.txt" "Fluxbox Manual"
2011-02-19 16:11:09 +00:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
2009-02-18 16:36:04 +00:00
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
2010-01-14 06:35:51 +00:00
.SH "NAME"
2009-02-18 16:36:04 +00:00
fbsetbg \- Set a background wallpaper or pattern
2010-01-14 06:35:51 +00:00
.SH "SYNOPSIS"
2009-02-18 16:36:04 +00:00
.sp
\fB fbsetbg\fR [\fB \- uU\fR \fI wallpapersetter\fR ] [\fB \- fFcCtTaA\fR ] \fI wallpaper\fR
.sp
\fB fbsetbg\fR [\fB \- uU\fR \fI wallpapersetter\fR ] \fB \- rR\fR \fI path\fR
.sp
\fB fbsetbg\fR \fB \- bB\fR \fI fbsetrootoptions\& ...\fR
.sp
\fB fbsetbg\fR [\- \fB l\fR |\fB h\fR |\fB i\fR |\fB p\fR ]
.SH "DESCRIPTION"
.sp
2010-01-14 06:35:51 +00:00
\fB fbsetbg(1)\fR is a wrapper that tries to find a suitable background\- setting app and then tries to set the wallpaper using that app\& . You don\(cq t have to configure fbsetbg\& . It just uses the first app it can find\& .
2009-02-18 16:36:04 +00:00
.sp
2010-01-14 06:35:51 +00:00
Furthermore it supports remembering the last set wallpaper so you don\(cq t have to edit the style or init\- file to change the wallpaper\& .
2009-02-18 16:36:04 +00:00
.sp
It aims to provide clear error messages in a window that make debugging problems easy\& .
.SH "OPTIONS"
.PP
\fB \- f\fR \fI file\fR
.RS 4
Set fullscreen wallpaper\& .
.RE
.PP
\fB \- c\fR \fI file\fR
.RS 4
Set centered wallpaper\& .
.RE
.PP
\fB \- t\fR \fI file\fR
.RS 4
Set tiled wallpaper\& .
.RE
.PP
\fB \- a\fR \fI file\fR
.RS 4
2010-01-14 06:35:51 +00:00
Set maximized wallpaper, preserving aspect (if your bgsetter doesn\(cq t support this option fbsetbg falls back to
2009-02-18 16:36:04 +00:00
\fB \- f\fR )\& .
.RE
.PP
\fB \- u\fR \fI wallpapersetter\fR
.RS 4
Use specified wallpapersetter, use no argument to forget\& .
.RE
.PP
\fB \- b\fR \fI fbsetrootoptions\fR
.RS 4
2009-02-19 14:29:05 +00:00
Forward the options to
\fB fbsetroot(1)\fR \& . These can be used to set a solid, pattern, or gradient background texture\& .
2009-02-18 16:36:04 +00:00
.RE
.PP
\fB \- r\fR \fI directory\fR
.RS 4
Set random wallpaper from a directory\& .
.RE
.PP
\fB \- F\fR , \fB \- C\fR , \fB \- T\fR , \fB \- A\fR , \fB \- U\fR , \fB \- B\fR , \fB \- R\fR
.RS 4
Same as the lowercase option but without remembering\& .
.RE
.PP
\fB \- l\fR
.RS 4
Set previous wallpaper\& . Or, if the random feature was last used, set another random wallpaper from the same directory\& .
.RE
.PP
\fB \- i\fR
.RS 4
2010-01-14 06:35:51 +00:00
Display useful information about best wallpapersetter found\& .
2009-02-18 16:36:04 +00:00
.RE
.PP
\fB \- p\fR
.RS 4
2010-01-14 06:35:51 +00:00
Display some useful tips\& .
2009-02-18 16:36:04 +00:00
.RE
.PP
\fB \- h\fR
.RS 4
Display a help message\& .
.RE
.SH "FILES"
.PP
\fB ~/\& .fluxbox/lastwallpaper\fR
.RS 4
In this file the wallpaper you set will be stored, for the
\fB \- l\fR
option\& .
.RE
.SH "ENVIRONMENT"
.PP
\fB wpsetters\fR
.RS 4
Wallpapersetters to use\& . This can be a space\- delimited list of the applications to try, or just a single name\& .
.RE
.PP
\fB DISPLAY\fR
.RS 4
The display you want to set the wallpaper on\& .
.RE
.SH "EXAMPLES"
.sp
To use \fB feh(1)\fR as wallpapersetter and set \fB wallpapper\& .jpg\fR from the current directory as wallpaper\& .
.sp
.if n \{ \
.RS 4
. \}
.nf
$ wpsetters=feh fbsetbg wallpaper\& .jpg
.fi
.if n \{ \
.RE
. \}
.sp
Recall the last set wallpaper on display \fB :0\& .0\fR with the stored options\& .
.sp
.if n \{ \
.RS 4
. \}
.nf
$ DISPLAY=:0\& .0 fbsetbg \- l
.fi
.if n \{ \
.RE
. \}
.SH "BUGS"
.sp
\fB fbsetbg(1)\fR is not foolproof\& .
.SH "AUTHORS"
.sp
2009-02-19 14:29:05 +00:00
The author of fbsetbg is Han Boetes <han at fluxbox\& .org>
2009-02-18 16:36:04 +00:00
.sp
2009-02-19 14:29:05 +00:00
This manpage was converted to asciidoc format by Jim Ramsay <i\& .am at jimramsay\& .com> for fluxbox\- 1\& .1\& .2
.SH "SEE ALSO"
.sp
fluxbox(1) fbsetroot(1)
2011-09-02 00:22:01 +00:00
.SH "AUTHOR"
.PP
\fB Jim Ramsay\fR <\& i\& .am@jimramsay\& .com\& >
.RS 4
Author.
.RE