mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
fix tiny typo in manpage for --use-damage
This commit is contained in:
parent
a7a2b09687
commit
b7aee5a437
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ May also be one of the predefined kernels: `3x3box` (default), `5x5box`, `7x7box
|
|||
*--glx-no-rebind-pixmap*::
|
||||
GLX backend: Avoid rebinding pixmap on window damage. Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe, xf86-video-intel, etc.). Recommended if it works.
|
||||
|
||||
*-use-damage*::
|
||||
*--use-damage*::
|
||||
Use the damage information to limit rendering to parts of the screen that has actually changed. Potentially improves the performance.
|
||||
|
||||
*--xrender-sync-fence*::
|
||||
|
|
Loading…
Reference in a new issue