diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway-output.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd index 858e73c1..3824480f 100644 --- a/sway/sway-output.5.scd +++ b/sway/sway-output.5.scd @@ -134,6 +134,12 @@ must be separated by one space. For example: To achieve even lower latency, see the *max_render_time* surface property in *sway*(5). + Note that this property has an effect only on backends which report the + presentation timestamp and the predicted output refresh rateāthe DRM + and the Wayland backends. Furthermore, under the Wayland backend the + optimal max_render_time value may vary based on the parent compositor + rendering timings. + # SEE ALSO *sway*(5) *sway-input*(5) |