Small improvement to man page
Fix grammar in documentation of redir-ignore Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
90e1974d1d
commit
8114ec4c79
|
@ -369,7 +369,7 @@ compton uses general libconfig configuration file format. A sample configuration
|
||||||
------------
|
------------
|
||||||
wintypes:
|
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.
|
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:::
|
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
|
SIGNALS
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue