aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd12
1 files changed, 9 insertions, 3 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index 1b855959..c7a2c473 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -213,7 +213,10 @@ following properties:
213: Whether this output is active/enabled 213: Whether this output is active/enabled
214|- dpms 214|- dpms
215: boolean 215: boolean
216: Whether this output is on/off (via DPMS) 216: (Deprecated, use _power_ instead) Whether this output is on/off (via DPMS)
217|- power
218: boolean
219: Whether this output is on/off
217|- primary 220|- primary
218: boolean 221: boolean
219: For i3 compatibility, this will be false. It does not make sense in Wayland 222: For i3 compatibility, this will be false. It does not make sense in Wayland
@@ -294,7 +297,7 @@ following properties:
294Retrieve a JSON representation of the tree 297Retrieve a JSON representation of the tree
295 298
296*REPLY*++ 299*REPLY*++
297An array of object the represent the current tree. Each object represents one 300An array of objects that represent the current tree. Each object represents one
298node and will have the following properties: 301node and will have the following properties:
299 302
300[- *PROPERTY* 303[- *PROPERTY*
@@ -370,7 +373,7 @@ node and will have the following properties:
370 that can be used as an aid in submitting reproduction steps for bug reports 373 that can be used as an aid in submitting reproduction steps for bug reports
371|- fullscreen_mode 374|- fullscreen_mode
372: integer 375: integer
373: (Only containers and views) The fullscreen mode of the node. 0 means none, 1 means 376: (Only containers and views) The fullscreen mode of the node. 0 means none, 1 means
374 full workspace, and 2 means global fullscreen 377 full workspace, and 2 means global fullscreen
375|- app_id 378|- app_id
376: string 379: string
@@ -1131,6 +1134,9 @@ following properties:
1131|- xkb_active_layout_index 1134|- xkb_active_layout_index
1132: integer 1135: integer
1133: (Only keyboards) The index of the active keyboard layout in use 1136: (Only keyboards) The index of the active keyboard layout in use
1137|- scroll_factor
1138: floating
1139: (Only pointers) Multiplier applied on scroll event values.
1134|- libinput 1140|- libinput
1135: object 1141: object
1136: (Only libinput devices) An object describing the current device settings. 1142: (Only libinput devices) An object describing the current device settings.