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.scd10
1 files changed, 8 insertions, 2 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index c7a2c473..9121f679 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -1197,6 +1197,10 @@ following properties will be included for devices that support them:
1197|- dwt 1197|- dwt
1198: string 1198: string
1199: Whether disable-while-typing is enabled. It can be _enabled_ or _disabled_ 1199: Whether disable-while-typing is enabled. It can be _enabled_ or _disabled_
1200|- dwtp
1201: string
1202: Whether disable-while-trackpointing is enabled. It can be _enabled_ or
1203 _disabled_
1200|- calibration_matrix 1204|- calibration_matrix
1201: array 1205: array
1202: An array of 6 floats representing the calibration matrix for absolute 1206: An array of 6 floats representing the calibration matrix for absolute
@@ -1236,7 +1240,8 @@ following properties will be included for devices that support them:
1236 "click_method": "button_areas", 1240 "click_method": "button_areas",
1237 "middle_emulation": "disabled", 1241 "middle_emulation": "disabled",
1238 "scroll_method": "edge", 1242 "scroll_method": "edge",
1239 "dwt": "enabled" 1243 "dwt": "enabled",
1244 "dwtp": "enabled"
1240 } 1245 }
1241 }, 1246 },
1242 { 1247 {
@@ -1363,7 +1368,8 @@ one seat. Each object has the following properties:
1363 "click_method": "button_areas", 1368 "click_method": "button_areas",
1364 "middle_emulation": "disabled", 1369 "middle_emulation": "disabled",
1365 "scroll_method": "edge", 1370 "scroll_method": "edge",
1366 "dwt": "enabled" 1371 "dwt": "enabled",
1372 "dwtp": "enabled"
1367 } 1373 }
1368 }, 1374 },
1369 { 1375 {