diff options
-rw-r--r-- | desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop.nix b/desktop.nix index 60b827cb6f6d..541d1a458049 100644 --- a/desktop.nix +++ b/desktop.nix @@ -45,7 +45,7 @@ in { partOf = [ "graphical-session.target" ]; timerConfig = { - OnActiveSec = "3second"; + OnActiveSec = "1second"; OnUnitActiveSec = "1hour"; }; }; |