From c786271e0df83248c7a8affbcae7ab435789a60b Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 11 Apr 2025 13:16:17 +0000 Subject: [PATCH] deploy: f0c69ede700deeef5aa0d7b8604f35a4e7d292bf --- options.xhtml | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/options.xhtml b/options.xhtml index c91a6d091..a8e7cd795 100644 --- a/options.xhtml +++ b/options.xhtml @@ -88286,6 +88286,134 @@ package

+
+ + services.way-displays.enable + + +
+
+

Whether to enable way-displays.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/way-displays.nix> + +
+
+
+ + services.way-displays.package + + +
+
+

The way-displays package to use.

+ +

Type: +package

+ +

Default: +pkgs.way-displays

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/way-displays.nix> + +
+
+
+ + 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.

+ +

Type: +YAML 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:

+ + +
+ +<home-manager/modules/services/way-displays.nix> + +
+
+
+ + services.way-displays.systemdTarget + + +
+
+

Systemd target to bind to.

+ +

Type: +string

+ +

Default: +config.wayland.systemd.target

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/way-displays.nix> + +
+
services.wlsunset.enable