programs.waylogout.settings

Default arguments to waylogout. An empty set disables configuration generation.

Type
attribute set of (boolean or floating point number or signed integer or absolute path or string)
Default
{ }
Example
{
  color = "808080";
  effect-blur = "7x4";
  poweroff-command = "systemctl poweroff";
  reboot-command = "systemctl reboot";
  scaling = "fit";
  screenshots = true;
}
Declared
<home-manager/modules/programs/waylogout.nix>