Files
wmaker/doc/wmsetbg.1x
T

68 lines
1.7 KiB
Plaintext
Raw Normal View History

1998-09-29 22:36:29 +00:00
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH wmsetbg 1x "January 1999"
1998-09-29 22:36:29 +00:00
.SH NAME
wmsetbg \- sets the background on the X11 display
.SH SYNOPSIS
.B wmsetbg
[-display] [--version] [--help] [{-b|--back-color} \fIcolor\fP]
[{-t|--tile}|{-e|--center}|{-s|--scale}|{-a|--maxscale} \fIimage\fP]
[{-d|--dither}|{-m|--match}] [-u|--update-wmaker]
[{-D|--update-domain} \fIdomain\fP] [{-c|--colors} \fIcpc\fP]
[{-p|--parse} \fItexture\fP] [{-w|--workspace} \fIworkspace\fP]
1998-09-29 22:36:29 +00:00
.SH DESCRIPTION
.B wmsetbg
reads the specified
.I image
(XPM, PNG, jpeg, Tiff, raw PPM) and puts it on the root window. It can
either scale the image or tile it to make it fit the root
window. Window Maker uses this command internally to set the root
window image on start up.
1998-09-29 22:36:29 +00:00
.SH OPTIONS
.TP
.B -a|--maxscale
scales the specified \fIimage\fP preserving its aspect ratio
1998-09-29 22:36:29 +00:00
.TP
.B -e|--center
centers the specified \fIimage\fP
.TP
.B -t|--tile
tiles the specified \fIimage\fP
.TP
.B -s|--scale
scales the specified \fIimage\fP (default)
1998-09-29 22:36:29 +00:00
.TP
.B -d|--dither
1998-09-29 22:36:29 +00:00
dithers colors
.TP
.B -m|--match
1998-09-29 22:36:29 +00:00
matches colors
.TP
.B -u|--update-wmaker
1998-10-21 14:43:47 +00:00
updates the Window Maker defaults database
1998-09-29 22:36:29 +00:00
.TP
.B -D|--update-domain
updates the specifed \fIdomain\fP database
1998-09-29 22:36:29 +00:00
.TP
.B -c|--colors
1998-09-29 22:36:29 +00:00
colors per channel to use
.TP
.B -p|--parse
parses the specified \fItexture\fP as a \fIproplist style texture\fP
.TP
.B -w|--workspace
update background only for the specified \fIworkspace\fP
.TP
.B \-\-help
print a help message
.TP
.B \-\-version
print version number
1998-09-29 22:36:29 +00:00
.SH SEE ALSO
.BR wmaker (1x)
.SH AUTHOR
This man page was written by Marcelo Magallon <mmagallo@debian.org>.
.PP
1998-10-21 14:43:47 +00:00
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
wmsetbg was written by Dan Pascu <dan@windowmaker.org>