wAppIconPaint argument removed
[wmaker-crm.git] / doc / wmsetbg.1x
blob57337efa4b73b0787aa08ac018547f1905003d33
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 \-b|\-\-back\-color
26 the specified \fIcolor\fP is used as the background color for the
27 \fItexture\fP.  Window Maker temporarely sets the background to this
28 color while loading and processing the texture.  You can specify colors
29 using their X11 names or as an RGB tiplet (either as "rgb:RR/GG/BB" or
30 "#RRGGBB") (reference to appropriate manpage should be here).  In the
31 later case \fIcolor\fB is a quoted string.
32 .TP
33 .B \-e|\-\-center
34 centers the specified \fIimage\fP
35 .TP
36 .B \-t|\-\-tile
37 tiles the specified \fIimage\fP
38 .TP
39 .B \-s|\-\-scale
40 scales the specified \fIimage\fP (default)
41 .TP
42 .B \-d|\-\-dither
43 dithers colors
44 .TP
45 .B \-m|\-\-match
46 matches colors
47 .TP
48 .B \-u|\-\-update\-wmaker
49 updates the Window Maker defaults database
50 .TP
51 .B \-D|\-\-update\-domain
52 updates the specified \fIdomain\fP database
53 .TP
54 .B \-c|\-\-colors
55 colors per channel to use
56 .TP
57 .B \-p|\-\-parse
58 parses the specified \fItexture\fP as a \fIproplist style texture\fP
59 .TP
60 .B \-w|\-\-workspace
61 update background only for the specified \fIworkspace\fP
62 .TP
63 .B \-\-help
64 print a help message
65 .TP
66 .B \-\-version
67 print version number
68 .SH SEE ALSO
69 .BR wmaker (1x)
70 .SH AUTHOR
71 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
72 .PP
73 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.
74 wmsetbg was written by Dan Pascu <dan@windowmaker.info>