From 76e574dc94cef05658637a9238addc74af435bd0 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sun, 9 Jun 2019 19:32:23 +0100 Subject: [PATCH] Update man pages about blur method options Signed-off-by: Yuxuan Shui --- man/compton.1.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/man/compton.1.asciidoc b/man/compton.1.asciidoc index 775c570..37d30e0 100644 --- a/man/compton.1.asciidoc +++ b/man/compton.1.asciidoc @@ -392,6 +392,7 @@ Available options of the 'blur' section are: :: *method*::: A string. Controls the blur method. Corresponds to the `--blur-method` command line option. Available choices are: 'none' to disable blurring; 'gaussian' for gaussian blur; 'box' for box blur; 'kernel' for convolution blur with a custom kernel. + Note: 'gaussian' and 'box' blur methods are only supported by the experimental backends. *size*::: An integer. The size of the blur kernel, required by 'gaussian' and 'box' blur methods. For the 'kernel' method, the size is included in the kernel. Corresponds to the `--blur-size` command line option.