MyNixOS website logo
option

wayland.windowManager.sway.config.output

An attribute set that defines output modules. See sway-output(5) for options.

Declarations
Type
attribute set of attribute set of string
Default
{ }
Example
{
  HDMI-A-2 = {
    bg = "~/path/to/background.png fill";
  };
}