From 0e7c726be5966c74e3e36ecb2f5ff9ca725d170f Mon Sep 17 00:00:00 2001 From: SnowNF Date: Wed, 20 Mar 2024 13:09:21 +0800 Subject: [PATCH] docs: fix format in calibrationMatrix section --- docs/labwc-config.5.scd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 1253063b..614821a6 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -741,15 +741,15 @@ extending outward from the snapped edge. Given a 6-element array [a b c d e f], the matrix is applied as ``` - [ a b c ] [ x ] - [ d e f ] * [ y ] - [ 0 0 1 ] [ 1 ] + [ a b c ] [ x ] + [ d e f ] * [ y ] + [ 0 0 1 ] [ 1 ] The most common matrices are: - 90 deg cw: 180 deg cw: 270 deg cw: reflect along y axis: - [ 0 -1 1] [ -1 0 1] [ 0 1 0 ] [ -1 0 1 ] - [ 1 0 0] [ 0 -1 1] [ -1 0 1 ] [ 1 0 0 ] - [ 0 0 1] [ 0 0 1] [ 0 0 1 ] [ 0 0 1 ] + 90 deg cw: 180 deg cw: 270 deg cw: reflect along y axis: + [ 0 -1 1] [ -1 0 1] [ 0 1 0 ] [ -1 0 1 ] + [ 1 0 0] [ 0 -1 1] [ -1 0 1 ] [ 1 0 0 ] + [ 0 0 1] [ 0 0 1] [ 0 0 1 ] [ 0 0 1 ] ``` visit https://wayland.freedesktop.org/libinput/doc/latest/absolute-axes.html#calibration-of-absolute-devices -- 2.52.0