From a1e66864551833d8fdf402c8c67fa54fce2d4edd Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sun, 10 Nov 2019 22:22:01 +0000 Subject: [PATCH] man: document --max-brightness Signed-off-by: Yuxuan Shui --- man/picom.1.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/picom.1.asciidoc b/man/picom.1.asciidoc index 3af9768..17361a6 100644 --- a/man/picom.1.asciidoc +++ b/man/picom.1.asciidoc @@ -256,6 +256,9 @@ May also be one of the predefined kernels: `3x3box` (default), `5x5box`, `7x7box *--no-ewmh-fullscreen*:: Do not use EWMH to detect fullscreen windows. Reverts to checking if a window is fullscreen based only on its size and coordinates. +*--max-brightness*:: + Dimming bright windows so their brightness doesn't exceed this set value. Brightness of a window is estimated by averaging all pixels in the window, so this could comes with a performance hit. Setting this to 1.0 disables this behaviour. Requires *--use-damage* to be disabled. (default: 1.0) + FORMAT OF CONDITIONS -------------------- Some options accept a condition string to match certain windows. A condition string is formed by one or more conditions, joined by logical operators.