mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Add docs for empty
flag for workspaces in ipc
This commit is contained in:
parent
f1f503b279
commit
71f9f2d9d8
|
@ -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": [
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue