Zonai master (#1)

* simplify tearing implementation

---------

Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
This commit is contained in:
Ph42oN 2024-01-04 03:52:58 +02:00 committed by GitHub
parent fc69b80234
commit 8b7e953a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 46 deletions

View file

@ -133,10 +133,10 @@ this is for compatibility with Openbox.
Allow tearing to reduce input lag. Default is no.
This open requires setting the environment variable WLR_DRM_NO_ATOMIC=1.
*yes* allow tearing if an open window requests it.
*yes* allow tearing if the active window requests it.
*fullscreen* allow tearing if an open window requests it, or if any
window is in fullscreen mode.
*fullscreen* allow tearing if the active window requests it or is in
fullscreen mode.
*always* allow tearing regardless of window status.