wmsetbg - sets the background on the X11 display
wmsetbg [-display display] [--update-domain domain|--update-wmaker] [options] [image]
wmsetbg reads the specified image (in any format supported by the WRaster library) 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.
--back-color|-b color the specified color is used as the background color for the texture. Window Maker temporary sets the background to this color while loading and processing the texture. You can specify colors using their X11 names or as an RGB triplet (either as "rgb:RR/GG/BB" or "#RRGGBB") (reference to appropriate manpage should be here). In the later case color is a quoted string. --center|-e centers the image in the screen --colors|-c count limit the number of colors per channel to use for the image -display display connect to the X display --dither|-d enable color dithering on image --fillscale|-f scales the specified image to fill screen while preserving aspect ratio --help|-h print a help message with the list of options --match|-m use the best-matching-color algorithm when converting image to indexed color palette --maxscale|-a scales the specified image to fit inside the screen preserving its aspect ratio --parse|-p texture parses the specified texture as a proplist style texture --scale|-s scales the specified image to fill the screen (default) --smooth|-S use a smooth scaling algorithm when resizing image --tile|-t tiles the specified image --update-domain|-D domain updates the specified domain database --update-wmaker|-u updates the Window Maker defaults database --version|-v print the version of Window Maker from which the program comes --workspace|-w workspace update background only for the specified workspace --xinerama|-X stretch image across Xinerama heads
If your screen is not in a True Color configuration (generally sold as 16,777,216 colors) but in a indexed color mode (256 colors, 16 colors, ... which are based on a ColorMap) then Window Maker may need to process the image to convert it to a limited number of colors before using it for a background image. There are two options to choose what algorithm you want to use: --match or -m Search for the closest matching color from the current colormap; this is the fastest algorithm but may lead to less good-looking result. --dither or -d Use a more complex algorithm which modify surrounding pixels to get a closer-looking color on average; this is slower but provides better looking images. If none is specified, then it is Window Maker's configuration choice that will be used. You can also use the option --colors to reduce the total number of colors from the image before the algorithm is applied. The value specified with the option defines the number of possible values for each primary color (red, green and blue), for example 8 would reduce the image to use only 8*8*8=512 colors before applying the conversion algorithm.
wmaker(1)
This man page was written by Marcelo Magallon <mmagallo@debian.org>. Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>. wmsetbg was written by Dan Pascu <dan@windowmaker.info> April 2015 wmsetbg(1)
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.