MyNixOS website logo
option

programs.autorandr.profiles.<name>.config.<name>.transform

Refer to xrandr(1) for the documentation of the transform matrix.

Declarations
Type
null or (3×3 matrix of floating point numbers)
Default
null
Example
[
  [
    0.6
    0.0
    0.0
  ]
  [
    0.0
    0.6
    0.0
  ]
  [
    0.0
    0.0
    1.0
  ]
]