Add docs for empty flag for workspaces in ipc

This commit is contained in:
Marko 2023-06-09 20:56:37 +02:00
parent f1f503b279
commit 71f9f2d9d8

View file

@ -139,6 +139,9 @@ has the following properties:
|- urgent |- urgent
: boolean : boolean
: Whether a view on the workspace has the urgent flag set : Whether a view on the workspace has the urgent flag set
|- empty
: boolean
: Whether the workspace is empty
|- rect |- rect
: object : object
: The bounds of the workspace. It consists of _x_, _y_, _width_, and _height_ : The bounds of the workspace. It consists of _x_, _y_, _width_, and _height_
@ -1562,6 +1565,7 @@ The following change types are currently available:
"num": 2, "num": 2,
"output": "eDP-1", "output": "eDP-1",
"type": "workspace", "type": "workspace",
"empty": true,
"representation": null, "representation": null,
"nodes": [ "nodes": [
] ]