diff --git a/hm_modules/xidlehook.nix b/hm_modules/xidlehook.nix index a49cd28..1fa708a 100644 --- a/hm_modules/xidlehook.nix +++ b/hm_modules/xidlehook.nix @@ -15,7 +15,7 @@ in { command = "${xbacklightCmd} -get > /tmp/xbacklight_v && ${xbacklightCmd} -set ${toString lightLevel}"; canceller = "${xbacklightCmd} -set $(cat /tmp/xbacklight_v || echo 100)"; - delay = 30; + delay = 60; } ]; };