From 148bdeefdcd57738020d6a4c72137235584a52e8 Mon Sep 17 00:00:00 2001 From: Iskustvo Date: Sun, 1 Sep 2019 19:46:45 +0200 Subject: [PATCH] Added documentation for "fullscreen_mode" in GET_TREE reply. --- docs/ipc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ipc b/docs/ipc index ea7a5892..df93a7d1 100644 --- a/docs/ipc +++ b/docs/ipc @@ -357,6 +357,14 @@ focus (array of integer):: order. Traversing the tree by following the first entry in this array will result in eventually reaching the one node with +focused+ set to true. +fullscreen_mode (integer):: + Whether this container is in fullscreen state or not. + Possible values are + +0+ (no fullscreen), + +1+ (fullscreened on output) or + +2+ (fullscreened globally). + Note that all workspaces are considered fullscreened on their respective output. + nodes (array of node):: The tiling (i.e. non-floating) child containers of this node. floating_nodes (array of node)::