aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Jason Nader <jason.nader@protonmail.com>2020-02-13 07:20:33 +0900
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-02-17 21:58:05 +0100
commit8608a1c38b4579b09042a52668d2198f22fffad8 (patch)
tree3a9c592ae73135e381b0ab9a500b741fba52fe65 /sway/sway-ipc.7.scd
parentSpecify that output transform applies clockwise rotations (diff)
downloadsway-8608a1c38b4579b09042a52668d2198f22fffad8.tar.gz
sway-8608a1c38b4579b09042a52668d2198f22fffad8.tar.zst
sway-8608a1c38b4579b09042a52668d2198f22fffad8.zip
i3compat: add `window_type` to IPC response
i3 added these in i3/i3#3797
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index 6725b255..ab61f864 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -382,7 +382,7 @@ node and will have the following properties:
382|- window_properties 382|- window_properties
383: object 383: object
384: (Only xwayland views) An object containing the _title_, _class_, _instance_, 384: (Only xwayland views) An object containing the _title_, _class_, _instance_,
385 _window\_role_, and _transient\_for_ for the view 385 _window\_role_, _window\_type_, and _transient\_for_ for the view
386 386
387 387
388*Example Reply:* 388*Example Reply:*