From 27357a19219d07526421111066966a0cf0202b62 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 17 Aug 2022 11:12:53 +0200 Subject: [PATCH] Better backlight control --- hm_modules/xidlehook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ]; };