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 -------