=pod =head1 NAME icewmbg - a background settings manager for the IceWM window manager =head1 SYNOPSIS B [I] =head1 DESCRIPTION B can assign a colour or image to the I desktop background. Many image formats are supported. Each L work space can have its own background. When the background image has changed, then B can be notified to update the background. When switching work spaces, it checks the image file modification time. If the file has changed, then it reloads the background image from file. B supports semi-transparency. Semitransparent background images and colours can be configured. If these are not specified then the default background is used. It uses RandR or Xinerama to support backgrounds on all connected monitors. When monitors appear/disappear, or change their resolution, B will adjust. It supports an option for one large background over all monitors. It will update the C<_ICEWMBG_IMAGE> property of the root window to the path of the background image whenever it changes the desktop background. B is started automatically by L. =head1 OPTIONS =head2 SPECIFIC OPTIONS Where multiple values can be given for images or colours, they are separated by commas. Each such value may be enclosed in double quotes. When I is a directory then all images from that directory are used in sorted order. If the value starts with an exclamation mark, as in I, then the images from the directory I are permuted randomly. Image file names or directory names may have wildcards, which will be expanded according to L. =over =item B<-p>, B<--replace> Replace an existing B. If there is a running B, it is instructed to quit. The new B will take over. =item B<-q>, B<--quit> Tell the running B to quit. This option is used by L when L exits. =item B<-r>, B<--restart> Tell the running B to restart itself. This is useful when a background file or directory has changed, or when settings in preferences files have changed. =item B<-u>, B<--shuffle> Shuffle the list of background images randomly. This option may be given again whenever the running B should reshuffle its list of background images. =item B<-c>, B<--config>=I Load preferences from I. =item B<-t>, B<--theme>=I Load the theme named I. =item B<-i>, B<--image>=I[,I]* Load background images from each I. This overrules the C preference. =item B<-k>, B<--color>=I[,I]* Use background colours from each I. This overrules the C preference. =item B<-s>, B<--semis>=I[,I]* Load transparency images from each I. This overrules the C preference. =item B<-x>, B<--trans>=I[,I] Use transparency colours for each I. This overrules the C preference. =item B<-e>, B<--center>={I<0>|I<1>} Disable/Enable centring background. This overrules the C preference. =item B<-a>, B<--scaled>={I<0>|I<1>} Disable/Enable scaling background. This overrules the C preference. =item B<-m>, B<--multi>={I<0>|I<1>} Disable or enable a single background over all monitors. This overrules the C preference. =item B<-y>, B<--cycle>=I Cycle over the list of background images every I. This overrules the C preference. =back =head2 GENERAL OPTIONS =over =item B<-d>, B<--display>=I Use I to connect to the X server. If this option is missing then I is read from the environment variable C. =item B<-h>, B<--help> Print a brief usage statement to F and exit. =item B<-V>, B<--version> Print the program version to F and exit. =item B<-C>, B<--copying> Print copying permissions to F for the program and exit. =item B<--sync> Use a slower synchronous mode communication with I server. =back =head1 FILES =head2 PREFERENCES By default B will load the background settings from the L preferences files (see L). The settings read are: DesktopBackgroundCenter - Display desktop background centered DesktopBackgroundScaled - Display desktop background scaled DesktopBackgroundColor - Desktop background color(s) DesktopBackgroundImage - Desktop background image(s) ShuffleBackgroundImages - Shuffle the list of background images SupportSemitransparency - Support for semitransparent terminals DesktopTransparencyColor - Semitransparency background color(s) DesktopTransparencyImage - Semitransparency background image(s) DesktopBackgroundMultihead - One background over all monitors CycleBackgroundsPeriod - Seconds between cycling over backgrounds First these settings are read from the F file. Then the theme file from the current theme is read, which may overrule the F settings. Lastly the F file is read, which overrides again. Therefore, if you want to allow the theme to set the background use F for your settings, otherwise use F. See L. =head2 IMAGE SCALING Often a background image has a different width or height than the screen. The image can then be replicated (tiled), centered or scaled. This is controlled by C and C. What happens for their combination is given by the following table: center:0 scaled:0 = The background is replicated in both directions. center:1 scaled:0 = The background is centered, but not scaled. center:1 scaled:1 = Fill one dimension and preserve the aspect ratio. center:0 scaled:1 = Fill both dimensions and preserve the aspect ratio. =head1 SIGNALS B supports the following signals: =over =item B B will restart itself. =item B, B B will terminate. =item B B will reshuffle the list of background images and update the backgrounds of all work spaces. =back =head1 SEE ALSO L, L, L, L, L, L. =head1 BUGS Please report bugs at L. =head1 AUTHOR Brian Bidulock L. See B<--copying> for full copyright notice and copying permissions. =head1 LICENSE B is licensed under the GNU Library General Public License. See the F file in the distribution or use the B<--copying> flag to display copying permissions. =cut # vim: set sw=4 tw=72 nocin spell spelllang=en_ca: