services.libinput.touchpad.transformationMatrix
A string of 9 space-separated floating point numbers. Sets the transformation 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
- <nixpkgs/nixos/modules/services/hardware/libinput.nix>