Merge pull request #3784 from Iskustvo/next

Added documentation for "fullscreen_mode" in GET_TREE reply.
next
Ingo Bürk 2019-09-20 23:23:31 +02:00 committed by GitHub
commit 7db0d179a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -357,6 +357,14 @@ focus (array of integer)::
order. Traversing the tree by following the first entry in this array order. Traversing the tree by following the first entry in this array
will result in eventually reaching the one node with +focused+ set to will result in eventually reaching the one node with +focused+ set to
true. 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):: nodes (array of node)::
The tiling (i.e. non-floating) child containers of this node. The tiling (i.e. non-floating) child containers of this node.
floating_nodes (array of node):: floating_nodes (array of node)::