commit 40aabb80c645519107dc325abc53e4176e896fb9
parent 3c0588a44fbb190af2b6d137910c11cf2793c33e
Author: Ole <j0le@users.noreply.github.com>
Date: Wed, 14 Jan 2026 00:12:18 +0100
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
@@ -1116,7 +1116,7 @@ Returns the currently active binding mode.
A single object that contains the property _name_, which is set to the
currently active binding mode as a string.
-*Exact Reply:*
+*Example Reply:*
```
{
"name": "default"