mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
remove always and fullscreen tearing options and add ToggleTearing action
This commit is contained in:
parent
8b7e953a25
commit
acbcf4f497
7 changed files with 26 additions and 54 deletions
|
|
@ -129,16 +129,12 @@ this is for compatibility with Openbox.
|
|||
*fullscreen* enables adaptive sync whenever a window is in fullscreen
|
||||
mode.
|
||||
|
||||
*<core><allowTearing>* [yes|no|fullscreen|always]
|
||||
*<core><allowTearing>* [yes|no]
|
||||
Allow tearing to reduce input lag. Default is no.
|
||||
This open requires setting the environment variable WLR_DRM_NO_ATOMIC=1.
|
||||
This option requires setting the environment variable WLR_DRM_NO_ATOMIC=1.
|
||||
|
||||
*yes* allow tearing if the active window requests it.
|
||||
|
||||
*fullscreen* allow tearing if the active window requests it or is in
|
||||
fullscreen mode.
|
||||
|
||||
*always* allow tearing regardless of window status.
|
||||
*yes* allow tearing if the active window requests it,
|
||||
or its enabled with action ToggleTearing.
|
||||
|
||||
*<core><reuseOutputMode>* [yes|no]
|
||||
Try to re-use the existing output mode (resolution / refresh rate).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue