aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd17
1 files changed, 17 insertions, 0 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index 9121f679..2e903988 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -1445,6 +1445,9 @@ available:
1445: workspace 1445: workspace
1446:[ Sent whenever an event involving a workspace occurs such as initialization 1446:[ Sent whenever an event involving a workspace occurs such as initialization
1447 of a new workspace or a different workspace gains focus 1447 of a new workspace or a different workspace gains focus
1448|- 0x80000001
1449: output
1450: Sent when outputs are updated
1448|- 0x80000002 1451|- 0x80000002
1449: mode 1452: mode
1450: Sent whenever the binding mode changes 1453: Sent whenever the binding mode changes
@@ -1565,6 +1568,20 @@ The following change types are currently available:
1565} 1568}
1566``` 1569```
1567 1570
1571## 0x80000001. OUTPUT
1572
1573Sent whenever an output is added, removed, or its configuration is changed.
1574The event is a single object with the property _change_, which is a string
1575containing the reason for the change. Currently, the only value for _change_ is
1576_unspecified_.
1577
1578*Example Event:*
1579```
1580{
1581 "change": "unspecified"
1582}
1583```
1584
1568## 0x80000002. MODE 1585## 0x80000002. MODE
1569 1586
1570Sent whenever the binding mode changes. The event consists of a single object 1587Sent whenever the binding mode changes. The event consists of a single object