sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit a3da7fec32b8f18d7a70ea346618e09892c707ed
parent 275af2ad62596c11c1c7b31bcb1ca740e2e04fe1
Author: Rex Hackbro <rex.hackbro@mailbox.org>
Date:   Sun,  1 Dec 2019 22:05:34 +0100

fix bar_state_update/input event

Diffstat:
Msway/sway-ipc.7.scd | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd @@ -1368,10 +1368,10 @@ available: |- 0x80000007 : tick : Sent when an ipc client sends a _SEND\_TICK_ message -|- 0x80000014 +|- 0x80000020 : bar_state_update : Send when the visibility of a bar should change due to a modifier -|- 0x80000015 +|- 0x80000021 : input : Sent when something related to input devices changes @@ -1681,7 +1681,7 @@ event is a single object with the following properties: } ``` -## 0x80000014. BAR_STATE_UPDATE +## 0x80000020. BAR_STATE_UPDATE Sent when the visibility of a bar changes due to a modifier being pressed. The event is a single object with the following properties: @@ -1705,7 +1705,7 @@ event is a single object with the following properties: } ``` -## 0x80000015. INPUT +## 0x80000021. INPUT Sent when something related to the input devices changes. The event is a single object with the following properties: