services.libinput.mouse.calibrationMatrix

NixOS option

A string of 9 space-separated floating point numbers. Sets the calibration matrix to the 3x3 matrix where the first row is (abc), the second row is (def) and the third row is (ghi).

type: null or string
Default
null
Example
"0.5 0 0 0 0.8 0.1 0 0 1"
declared in: nixos/modules/services/hardware/libinput.nixView source on NixOS/nixpkgs →