MyNixOS website logo
option

services.way-displays.settings

The way-displays configuration written to $XDG_CONFIG_HOME/way-displays/cfg.yml. See https://github.com/alex-courtis/way-displays/wiki/Configuration for a description of available options.

When null a configuration file is not generated, which allows way-displays to write its own configuration.

Declarations
Type
null or YAML 1.1 value
Default
{ }
Example
{
  ORDER = [
    "DP-2"
    "Monitor Maker ABC123"
    "!^my_regex_here[0-9]+"
    "'!.*$'"
  ];
  SCALING = false;
  MODE = [
    {
      NAME_DESC = "HDMI-A-1";
      WIDTH = 1920;
      HEIGHT = 1080;
      HZ = 60;
    }
  ];
  TRANSFORM = [
    {
      NAME_DESC = "eDP-1"
      TRANSFORM = "FLIPPED-90";
    }
  ];
};