diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-08-12 15:13:30 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-18 13:27:11 +0300 |
commit | f322f8efea782692c5c45a1d870fb08b68f8fa15 (patch) | |
tree | 62cfa48ab8e895742c6f7773f935c6bd1b761fab /man | |
parent | e67118c80ad411ac46b7096aae2635510c80ea6d (diff) |
desktop-shell: add close-animation config option for destroying surfaces
At the moment when surfaces are destroyed they are faded out but let's
make it configurable!
Tested-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index 22f9f0dd..fbcec81a 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -201,6 +201,12 @@ sets the effect used for opening new windows (string). Can be .B none. By default, no animation is used. .TP 7 +.BI "close-animation=" fade +sets the effect used when closing windows (string). Can be +.B fade, +.B none. +By default, the fade animation is used. +.TP 7 .BI "startup-animation=" fade sets the effect used for opening new windows (string). Can be .B fade, |