diff options
| -rw-r--r-- | wiki/Configuration:-Input.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index 1f487b2b..cd3db8d9 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -81,6 +81,7 @@ input { // off map-to-output "eDP-1" // left-handed + // calibration-matrix 1.0 0.0 0.0 0.0 1.0 0.0 } touch { @@ -195,6 +196,10 @@ Settings specific to `touchpad`, `mouse` and `tablet`: - `left-handed`: if set, changes the device to left-handed mode. +Settings specific to `tablet`s: + +- `calibration-matrix`: <sup>Since: next release</sup> set to six floating point numbers to change the calibration matrix. See the [`LIBINPUT_CALIBRATION_MATRIX` documentation](https://wayland.freedesktop.org/libinput/doc/latest/device-configuration-via-udev.html) for examples. + Tablets and touchscreens are absolute pointing devices that can be mapped to a specific output like so: ```kdl |
