mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 00:41:28 +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
|
||||
: boolean
|
||||
: Whether a view on the workspace has the urgent flag set
|
||||
|- empty
|
||||
: boolean
|
||||
: Whether the workspace is empty
|
||||
|- rect
|
||||
: object
|
||||
: 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,
|
||||
"output": "eDP-1",
|
||||
"type": "workspace",
|
||||
"empty": true,
|
||||
"representation": null,
|
||||
"nodes": [
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue