summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Jonas Große Sundrup <jonas-git@grosse-sundrup.com>2021-10-15 15:03:38 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-10-15 15:20:40 +0200
commit35d29185a85e74f57974fa6c0bf5066e1771b417 (patch)
tree9fb8e11209b7b1a0fa094a69ae6b494918a471d4
parentclarify the type of raw output (diff)
downloadsway-35d29185a85e74f57974fa6c0bf5066e1771b417.tar.gz
sway-35d29185a85e74f57974fa6c0bf5066e1771b417.tar.zst
sway-35d29185a85e74f57974fa6c0bf5066e1771b417.zip
change incorrectly documented output types
-rw-r--r--swaymsg/swaymsg.1.scd13
1 files changed, 7 insertions, 6 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd
index edc015b7..08c5d7a9 100644
--- a/swaymsg/swaymsg.1.scd
+++ b/swaymsg/swaymsg.1.scd
@@ -21,6 +21,7 @@ _swaymsg_ [options...] [message]
21 21
22*-p, --pretty* 22*-p, --pretty*
23 Use pretty output even when not using a tty. 23 Use pretty output even when not using a tty.
24 Not available for all message types.
24 25
25*-q, --quiet* 26*-q, --quiet*
26 Sends the IPC message but does not print the response from sway. 27 Sends the IPC message but does not print the response from sway.
@@ -60,20 +61,20 @@ _swaymsg_ [options...] [message]
60 _swaymsg -- mark --add test_ instead of _swaymsg mark --add test_. 61 _swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.
61 62
62*get\_workspaces* 63*get\_workspaces*
63 Gets a JSON-encoded list of workspaces and their status. 64 Gets a list of workspaces and their status.
64 65
65*get\_inputs* 66*get\_inputs*
66 Gets a JSON-encoded list of current inputs. 67 Gets a list of current inputs.
67 68
68*get\_outputs* 69*get\_outputs*
69 Gets a JSON-encoded list of current outputs. 70 Gets a list of current outputs.
70 71
71*get\_tree* 72*get\_tree*
72 Gets a JSON-encoded layout tree of all open windows, containers, outputs, 73 Gets a JSON-encoded layout tree of all open windows, containers, outputs,
73 workspaces, and so on. 74 workspaces, and so on.
74 75
75*get\_seats* 76*get\_seats*
76 Gets a JSON-encoded list of all seats, 77 Gets a list of all seats,
77 its properties and all assigned devices. 78 its properties and all assigned devices.
78 79
79*get\_marks* 80*get\_marks*
@@ -83,7 +84,7 @@ _swaymsg_ [options...] [message]
83 Get a JSON-encoded configuration for swaybar. 84 Get a JSON-encoded configuration for swaybar.
84 85
85*get\_version* 86*get\_version*
86 Get JSON-encoded version information for the running instance of sway. 87 Get version information for the running instance of sway.
87 88
88*get\_binding\_modes* 89*get\_binding\_modes*
89 Gets a JSON-encoded list of currently configured binding modes. 90 Gets a JSON-encoded list of currently configured binding modes.
@@ -92,7 +93,7 @@ _swaymsg_ [options...] [message]
92 Gets JSON-encoded info about the current binding state. 93 Gets JSON-encoded info about the current binding state.
93 94
94*get\_config* 95*get\_config*
95 Gets a JSON-encoded copy of the current configuration. 96 Gets a copy of the current configuration. Doesn't expand includes.
96 97
97*send\_tick* 98*send\_tick*
98 Sends a tick event to all subscribed clients. 99 Sends a tick event to all subscribed clients.