wayland.windowManager.sway.config.seat

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

Type
attribute set of attribute set of string
Default
{ }
Example
{
  "*" = {
    hide_cursor = "when-typing enable";
  };
}
Declared
<home-manager/modules/services/window-managers/i3-sway/sway.nix>