1wmsetbg(1x) wmsetbg(1x)
2
3
4
6 wmsetbg - sets the background on the X11 display
7
9 wmsetbg [-display] [--version] [--help] [{-b|--back-color} color]
10 [{-t|--tile}|{-e|--center}|{-s|--scale}|{-a|--maxscale} image]
11 [{-d|--dither}|{-m|--match}] [-u|--update-wmaker] [{-D|--update-domain}
12 domain] [{-c|--colors} cpc] [{-p|--parse} texture] [{-w|--workspace}
13 workspace]
14
16 wmsetbg reads the specified image (XPM, PNG, jpeg, Tiff, raw PPM) and
17 puts it on the root window. It can either scale the image or tile it to
18 make it fit the root window. Window Maker uses this command internally
19 to set the root window image on start up.
20
22 -a|--maxscale
23 scales the specified image preserving its aspect ratio
24
25 -b|--back-color
26 the specified color is used as the background color for the tex‐
27 ture. Window Maker temporarely sets the background to this
28 color while loading and processing the texture. You can specify
29 colors using their X11 names or as an RGB tiplet (either as
30 "rgb:RR/GG/BB" or "#RRGGBB") (reference to appropiate manpage
31 should be here). In the later case color is a quoted string.
32
33 -e|--center
34 centers the specified image
35
36 -t|--tile
37 tiles the specified image
38
39 -s|--scale
40 scales the specified image (default)
41
42 -d|--dither
43 dithers colors
44
45 -m|--match
46 matches colors
47
48 -u|--update-wmaker
49 updates the Window Maker defaults database
50
51 -D|--update-domain
52 updates the specifed domain database
53
54 -c|--colors
55 colors per channel to use
56
57 -p|--parse
58 parses the specified texture as a proplist style texture
59
60 -w|--workspace
61 update background only for the specified workspace
62
63 --help print a help message
64
65 --version
66 print version number
67
69 wmaker(1x)
70
72 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
73
74 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
75 wmsetbg was written by Dan Pascu <dan@windowmaker.org>
76
77
78
79
80 January 1999 wmsetbg(1x)