From fabd157167fe74b3621993ae61d013316379a24f Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sun, 22 Jun 2025 18:43:10 +0200 Subject: [PATCH] Z --- nixos/homes/kylekrein/niri.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/homes/kylekrein/niri.nix b/nixos/homes/kylekrein/niri.nix index 39e14ef..c204fee 100644 --- a/nixos/homes/kylekrein/niri.nix +++ b/nixos/homes/kylekrein/niri.nix @@ -284,15 +284,15 @@ in{ # command = "pidof hyprlock && ${secondary}"; #} { - timeout = 300; + timeout = 870; command = "${suspendScript ''${pkgs.libnotify}/bin/notify-send "You are idle. Going to sleep in 30 seconds"''}"; #command = "${locking-script}"; } - #{ - #timeout = 330; - #command = "${suspendScript "${systemctl} suspend"}"; - #command = "pidof hyprlock && ${secondary}"; - #} + { + timeout = 900; + command = "${suspendScript "${systemctl} suspend"}"; + command = "pidof hyprlock && ${secondary}"; + } ]; }; services = {