ipc: implement output event
This commit is contained in:
14
docs/ipc
14
docs/ipc
@ -260,6 +260,9 @@ workspace::
|
||||
Sent when the user switches to a different workspace, when a new
|
||||
workspace is initialized or when a workspace is removed (because the
|
||||
last client vanished).
|
||||
output::
|
||||
Sent when RandR issues a change notification (of either screens,
|
||||
outputs, CRTCs or output properties).
|
||||
|
||||
=== workspace event
|
||||
|
||||
@ -272,6 +275,17 @@ This event consists of a single serialized map containing a property
|
||||
{ "change": "focus" }
|
||||
---------------------
|
||||
|
||||
=== output event
|
||||
|
||||
This event consists of a single serialized map containing a property
|
||||
+change (string)+ which indicates the type of the change (currently only
|
||||
"unspecified").
|
||||
|
||||
*Example:*
|
||||
---------------------------
|
||||
{ "change": "unspecified" }
|
||||
---------------------------
|
||||
|
||||
== See also
|
||||
|
||||
For some languages, libraries are available (so you don’t have to implement
|
||||
|
Reference in New Issue
Block a user