diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-11-20 13:22:30 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-11-21 21:35:28 -0800 |
commit | bb835b419edfbcb2a7267098df7d6c5ab8592b97 (patch) | |
tree | 468388caa7046444262eab05e9b5a62494e776df /man | |
parent | 46ce798d286bd4c793a60d837e87389bc0483a38 (diff) |
man: document new focus-animation config entry
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 bbb1d15c..cc88ca80 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -188,6 +188,12 @@ sets the effect used for opening new windows (string). Can be .B none. By default, the fade animation is used. .TP 7 +.BI "focus-animation=" dim-layer +sets the effect used with the focused and unfocused windows. Can be +.B dim-layer, +.B none. +By default, no animation is used. +.TP 7 .BI "binding-modifier=" ctrl sets the modifier key used for common bindings (string), such as moving surfaces, resizing, rotating, switching, closing and setting the transparency |