diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-12-02 19:43:31 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-12-02 19:43:31 +0100 |
| commit | 8648f5d218c3539286f8bb74d346603f533c4d84 (patch) | |
| tree | 3e8c6d74cdebff7f78e6df422260006f9e4f2a55 | |
| parent | 1945cbca2fb9f4b7c67780548e7235b016de4725 (diff) | |
Revert "fix bar_state_update/input event"
This reverts commit 1945cbca2fb9f4b7c67780548e7235b016de4725.
| -rw-r--r-- | sway/sway-ipc.7.scd | 8 |
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: |- 0x80000007 : tick : Sent when an ipc client sends a _SEND\_TICK_ message -|- 0x80000020 +|- 0x80000014 : bar_state_update : Send when the visibility of a bar should change due to a modifier -|- 0x80000021 +|- 0x80000015 : input : Sent when something related to input devices changes @@ -1681,7 +1681,7 @@ event is a single object with the following properties: } ``` -## 0x80000020. BAR_STATE_UPDATE +## 0x80000014. 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: } ``` -## 0x80000021. INPUT +## 0x80000015. INPUT Sent when something related to the input devices changes. The event is a single object with the following properties: |
