aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Jayce Fayne <13365789+JayceFayne@users.noreply.github.com>2019-12-02 19:43:31 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2019-12-02 19:57:06 +0100
commitad189d27f97076c11e87ecd3b89859a49f58b031 (patch)
tree3e8c6d74cdebff7f78e6df422260006f9e4f2a55 /sway/sway-ipc.7.scd
parentfix bar_state_update/input event (diff)
downloadsway-ad189d27f97076c11e87ecd3b89859a49f58b031.tar.gz
sway-ad189d27f97076c11e87ecd3b89859a49f58b031.tar.zst
sway-ad189d27f97076c11e87ecd3b89859a49f58b031.zip
Revert "fix bar_state_update/input event"
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index f4cf20d5..b8b02221 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -1368,10 +1368,10 @@ available:
1368|- 0x80000007 1368|- 0x80000007
1369: tick 1369: tick
1370: Sent when an ipc client sends a _SEND\_TICK_ message 1370: Sent when an ipc client sends a _SEND\_TICK_ message
1371|- 0x80000020 1371|- 0x80000014
1372: bar_state_update 1372: bar_state_update
1373: Send when the visibility of a bar should change due to a modifier 1373: Send when the visibility of a bar should change due to a modifier
1374|- 0x80000021 1374|- 0x80000015
1375: input 1375: input
1376: Sent when something related to input devices changes 1376: Sent when something related to input devices changes
1377 1377
@@ -1681,7 +1681,7 @@ event is a single object with the following properties:
1681} 1681}
1682``` 1682```
1683 1683
1684## 0x80000020. BAR_STATE_UPDATE 1684## 0x80000014. BAR_STATE_UPDATE
1685 1685
1686Sent when the visibility of a bar changes due to a modifier being pressed. The 1686Sent when the visibility of a bar changes due to a modifier being pressed. The
1687event is a single object with the following properties: 1687event is a single object with the following properties:
@@ -1705,7 +1705,7 @@ event is a single object with the following properties:
1705} 1705}
1706``` 1706```
1707 1707
1708## 0x80000021. INPUT 1708## 0x80000015. INPUT
1709 1709
1710Sent when something related to the input devices changes. The event is a single 1710Sent when something related to the input devices changes. The event is a single
1711object with the following properties: 1711object with the following properties: