sway

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

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:
Msway/sway-ipc.7.scd | 2+-
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"