diff options
author | Pekka Paalanen <ppaalanen@gmail.com> | 2013-05-22 18:03:10 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-22 18:07:30 -0400 |
commit | a402b0567f64a84906c581effca8eba436395698 (patch) | |
tree | ec96bab64e7c032bd55f3f3faeb803840fd33d8e /man/weston.ini.man | |
parent | 79346ab3a5ae3ebaa83ba398913c481cc918ee46 (diff) | |
download | weston-a402b0567f64a84906c581effca8eba436395698.tar.gz |
desktop-shell: new wallpaper mode scale-crop
Scale-crop mode scales the wallpaper to tightly fill the whole output,
but preserving wallpaper aspect ratio. If aspect ratio differs from the
output's, the wallpaper is centered cutting it from top/bottom or
left/right.
Add this to the weston.ini man page, and explain all three modes.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'man/weston.ini.man')
-rw-r--r-- | man/weston.ini.man | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index d37654aa..c3e5747a 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -118,8 +118,13 @@ The entries that can appear in this section are: sets the path for the background image file (string). .TP 7 .BI "background-type=" tile -determines how the background image is drawn (string). Can be scale or -tile (default). +determines how the background image is drawn (string). Can be +.BR scale ", " scale-crop " or " tile " (default)." +Scale means scaled to fit the output precisely, not preserving aspect ratio. +Scale-crop preserves aspect ratio, scales the background image just big +enough to cover the output, and centers it. The image ends up cropped from +left and right, or top and bottom, if the aspect ratio does not match the +output. Tile repeats the background image to fill the output. .TP 7 .BI "background-color=" 0xAARRGGBB sets the color of the background (unsigned integer). The hexadecimal |