Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.way-displays.enable

Whether to enable way-displays.

Type: boolean

Default:

false

Example:

true

Declared by:

services.way-displays.package

The way-displays package to use.

Type: package

Default:

pkgs.way-displays

Declared by:

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.

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";
    }
  ];
};

Declared by:

services.way-displays.systemdTarget

Systemd target to bind to.

Type: string

Default:

config.wayland.systemd.target

Declared by: