From 03c564736ae96de01de1aecd9e941ab112ea2af8 Mon Sep 17 00:00:00 2001 From: Szybet <53944559+Szybet@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:08:03 +0200 Subject: Support calibration-matrix in touch input config --- docs/wiki/Configuration:-Input.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/wiki/Configuration:-Input.md b/docs/wiki/Configuration:-Input.md index 7d7c0d55..81a52e7a 100644 --- a/docs/wiki/Configuration:-Input.md +++ b/docs/wiki/Configuration:-Input.md @@ -96,6 +96,7 @@ input { touch { // off map-to-output "eDP-1" + // calibration-matrix 1.0 0.0 0.0 0.0 1.0 0.0 } // disable-power-key-handling @@ -256,9 +257,11 @@ Settings specific to `touchpad` and `mouse`: Since: 25.08 You can also override horizontal and vertical scroll factor separately like so: `scroll-factor horizontal=2.0 vertical=-1.0` -Settings specific to `tablet`s: +Settings specific to `tablet` and `touch`: -- `calibration-matrix`: Since: 25.02 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. +- `calibration-matrix`: 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. + - Since: 25.02 for `tablet` + - Since: next release for `touch` Tablets and touchscreens are absolute pointing devices that can be mapped to a specific output like so: -- cgit