From 8114ec4c792ebefd99caf6e21fada4b545e619e7 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 8 Dec 2018 17:46:26 +0000 Subject: [PATCH] Small improvement to man page Fix grammar in documentation of redir-ignore Signed-off-by: Yuxuan Shui --- man/compton.1.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/compton.1.asciidoc b/man/compton.1.asciidoc index 5d12722..16953ac 100644 --- a/man/compton.1.asciidoc +++ b/man/compton.1.asciidoc @@ -369,7 +369,7 @@ compton uses general libconfig configuration file format. A sample configuration ------------ wintypes: { - WINDOW_TYPE = { fade = BOOL; shadow = BOOL; opacity = FLOAT; focus = BOOL; full-shadow = BOOL; }; + WINDOW_TYPE = { fade = BOOL; shadow = BOOL; opacity = FLOAT; focus = BOOL; full-shadow = BOOL; redir-ignore = BOOL; }; }; ------------ @@ -390,7 +390,7 @@ Following per window-type options are available: :: Controls whether shadow is drawn under the parts of the window that you normally won't be able to see. Useful when the window has parts of it transparent, and you want shadows in those areas. redir-ignore::: - Controls whether this type window should cause screen to become redirected again after been unredirected. If you have *--unredir-if-possible* set, and doesn't want certain window to cause unnecessary screen redirection, you can set this to `true`. + Controls whether this type of windows should cause screen to become redirected again after been unredirected. If you have *--unredir-if-possible* set, and doesn't want certain window to cause unnecessary screen redirection, you can set this to `true`. SIGNALS -------