services.swayidle.timeouts

List of commands to run after idle timeout.

Type
list of (submodule)
Default
[ ]
Example
[
  { timeout = 60; command = "${pkgs.swaylock}/bin/swaylock -fF"; }
  { timeout = 90; command = "${pkgs.systemd}/bin/systemctl suspend"; }
]
Declared
<home-manager/modules/services/swayidle.nix>