summaryrefslogtreecommitdiffstats
path: root/swaymsg/swaymsg.1.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-12 09:00:32 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-12 09:00:32 -0400
commit51b0b25587d69593eb77e3337e3fa459c1024f5c (patch)
tree77c93c14fbbe1e4df15c957c63baefcfe6473669 /swaymsg/swaymsg.1.txt
parentRevert "Merge pull request #1943 from RyanDwyer/criteria-improvements" (diff)
parentFix conflicting IPC command type constants with i3's (diff)
downloadsway-51b0b25587d69593eb77e3337e3fa459c1024f5c.tar.gz
sway-51b0b25587d69593eb77e3337e3fa459c1024f5c.tar.zst
sway-51b0b25587d69593eb77e3337e3fa459c1024f5c.zip
Merge pull request #1959 from RyanDwyer/ipc-get-seats
Implement IPC get_seats command
Diffstat (limited to 'swaymsg/swaymsg.1.txt')
-rw-r--r--swaymsg/swaymsg.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/swaymsg/swaymsg.1.txt b/swaymsg/swaymsg.1.txt
index abc517c8..52209b12 100644
--- a/swaymsg/swaymsg.1.txt
+++ b/swaymsg/swaymsg.1.txt
@@ -48,6 +48,9 @@ IPC Message Types
48*get_workspaces*:: 48*get_workspaces*::
49 Gets a JSON-encoded list of workspaces and their status. 49 Gets a JSON-encoded list of workspaces and their status.
50 50
51*get_seats*::
52 Gets a JSON-encoded list of current seats.
53
51*get_inputs*:: 54*get_inputs*::
52 Gets a JSON-encoded list of current inputs. 55 Gets a JSON-encoded list of current inputs.
53 56