From b06e4c37be3925372eeb6ec5a81e3dec32ab886f Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Sat, 25 Jan 2020 02:22:41 +0900 Subject: [PATCH] Docs: Add max_render_time field to get_tree response --- sway/sway-ipc.7.scd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index 444088188..cde7c7152 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -355,6 +355,10 @@ node and will have the following properties: |- floating_nodes : array : The floating children nodes for the node +|- max_render_time +: integer +: Number of milliseconds a surface has to render and commit new contents before + being sampled by the compositor for the next presentation. "off" means none. |- representation : string : (Only workspaces) A string representation of the layout of the workspace