mirror of
https://github.com/swaywm/sway.git
synced 2025-01-01 18:06:47 +01:00
Fix bar_state_update docs
This commit is contained in:
parent
b46c53957f
commit
42a7860dcf
1 changed files with 2 additions and 2 deletions
|
@ -1369,7 +1369,7 @@ available:
|
||||||
: tick
|
: tick
|
||||||
: Sent when an ipc client sends a _SEND\_TICK_ message
|
: Sent when an ipc client sends a _SEND\_TICK_ message
|
||||||
|- 0x80000014
|
|- 0x80000014
|
||||||
: bar_status_update
|
: bar_state_update
|
||||||
: Send when the visibility of a bar should change due to a modifier
|
: Send when the visibility of a bar should change due to a modifier
|
||||||
|- 0x80000015
|
|- 0x80000015
|
||||||
: input
|
: input
|
||||||
|
@ -1681,7 +1681,7 @@ event is a single object with the following properties:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## 0x80000014. BAR_STATUS_UPDATE
|
## 0x80000014. BAR_STATE_UPDATE
|
||||||
|
|
||||||
Sent when the visibility of a bar changes due to a modifier being pressed. The
|
Sent when the visibility of a bar changes due to a modifier being pressed. The
|
||||||
event is a single object with the following properties:
|
event is a single object with the following properties:
|
||||||
|
|
Loading…
Reference in a new issue