misc fixes
[wmaker-crm.git] / doc / wmsetbg.1x
blob5fea4380f4a9102d59875ab4bc150f211acaf2da
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .TH wmsetbg 1x "January 1999"
3 .SH NAME
4 wmsetbg \- sets the background on the X11 display
5 .SH SYNOPSIS
6 .B wmsetbg
7 [-display] [--version] [--help] [{-b|--back-color} \fIcolor\fP]
8 [{-t|--tile}|{-e|--center}|{-s|--scale}|{-a|--maxscale} \fIimage\fP]
9 [{-d|--dither}|{-m|--match}] [-u|--update-wmaker]
10 [{-D|--update-domain} \fIdomain\fP] [{-c|--colors} \fIcpc\fP]
11 [{-p|--parse} \fItexture\fP] [{-w|--workspace} \fIworkspace\fP]
12 .SH DESCRIPTION
13 .B wmsetbg
14 reads the specified
15 .I image
16 (XPM, PNG, jpeg, Tiff, raw PPM) and puts it on the root window. It can
17 either scale the image or tile it to make it fit the root
18 window. Window Maker uses this command internally to set the root
19 window image on start up.
20 .SH OPTIONS
21 .TP
22 .B -a|--maxscale
23 scales the specified \fIimage\fP preserving its aspect ratio
24 .TP
25 .B -e|--center
26 centers the specified \fIimage\fP
27 .TP
28 .B -t|--tile
29 tiles the specified \fIimage\fP
30 .TP
31 .B -s|--scale
32 scales the specified \fIimage\fP (default)
33 .TP
34 .B -d|--dither
35 dithers colors
36 .TP
37 .B -m|--match
38 matches colors
39 .TP
40 .B -u|--update-wmaker
41 updates the Window Maker defaults database
42 .TP
43 .B -D|--update-domain
44 updates the specifed \fIdomain\fP database
45 .TP
46 .B -c|--colors
47 colors per channel to use
48 .TP
49 .B -p|--parse
50 parses the specified \fItexture\fP as a \fIproplist style texture\fP
51 .TP
52 .B -w|--workspace
53 update background only for the specified \fIworkspace\fP
54 .TP
55 .B \-\-help
56 print a help message
57 .TP
58 .B \-\-version
59 print version number
60 .SH SEE ALSO
61 .BR wmaker (1x)
62 .SH AUTHOR
63 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
64 .PP
65 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
66 wmsetbg was written by Dan Pascu <dan@windowmaker.org>