From 377ad540165415b4141621b6b38f2da6fdecb24c Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 14 Feb 2025 08:24:13 +0300 Subject: wiki: Document calibration-matrix --- wiki/Configuration:-Input.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wiki/Configuration:-Input.md') 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`: Since: next release 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 -- cgit