mirror of
https://github.com/swaywm/sway.git
synced 2026-03-30 11:10:59 -04:00
sway-ipc(7): Clarify that the reply shown is an example
Fix documentation of sway-ipc. The example reply for GET_BINDIG_STATE is an example and not the exact reply. This bug seems to come from copy/paste from the ipc command SYNC directly above.
This commit is contained in:
parent
3c0588a44f
commit
40aabb80c6
1 changed files with 1 additions and 1 deletions
|
|
@ -1116,7 +1116,7 @@ Returns the currently active binding mode.
|
||||||
A single object that contains the property _name_, which is set to the
|
A single object that contains the property _name_, which is set to the
|
||||||
currently active binding mode as a string.
|
currently active binding mode as a string.
|
||||||
|
|
||||||
*Exact Reply:*
|
*Example Reply:*
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"name": "default"
|
"name": "default"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue