MyNixOS website logo
option

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

Output scale configuration.

Either configure by pixels or a scaling factor. When using pixel method the xrandr(1) option --scale-from will be used; when using factor method the option --scale will be used.

This option is a shortcut version of the transform option and they are mutually exclusive.

Declarations
Type
null or (submodule)
Default
null
Example
{
  x = 1.25;
  y = 1.25;
}