diff options
author | Jason Nader <[email protected]> | 2020-02-13 07:20:33 +0900 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2020-02-17 21:58:05 +0100 |
commit | 8608a1c38b4579b09042a52668d2198f22fffad8 (patch) | |
tree | 3a9c592ae73135e381b0ab9a500b741fba52fe65 /sway/sway-ipc.7.scd | |
parent | f96dbf748afa505ccf63db8299e20f4c9be8ebfa (diff) |
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.scd | 2 |
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: |- window_properties : object : (Only xwayland views) An object containing the _title_, _class_, _instance_, - _window\_role_, and _transient\_for_ for the view + _window\_role_, _window\_type_, and _transient\_for_ for the view *Example Reply:* |