aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Rex Hackbro <rex.hackbro@mailbox.org>2019-12-01 22:05:34 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-12-01 16:40:26 -0500
commita3da7fec32b8f18d7a70ea346618e09892c707ed (patch)
tree593869ecaeb23086a3b81769c7ca1b11f1810175 /sway/sway-ipc.7.scd
parentoutput: Restore previous max_render_time behavior (diff)
downloadsway-a3da7fec32b8f18d7a70ea346618e09892c707ed.tar.gz
sway-a3da7fec32b8f18d7a70ea346618e09892c707ed.tar.zst
sway-a3da7fec32b8f18d7a70ea346618e09892c707ed.zip
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 b8b02221..f4cf20d5 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|- 0x80000014 1371|- 0x80000020
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|- 0x80000015 1374|- 0x80000021
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## 0x80000014. BAR_STATE_UPDATE 1684## 0x80000020. 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## 0x80000015. INPUT 1708## 0x80000021. 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: