diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T22·43+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T22·43+0200 |
commit | b8e419583cf782fd52062da1531c64c0cafac755 (patch) | |
tree | 967c2d9b6ce7f012640f054c51d36b1498c47bd0 /desktop.nix | |
parent | bcec9f836006933c1b90c5c054ca33ae3bff90d5 (diff) |
fix(desktop): Start feh-wp.timer faster
Diffstat (limited to 'desktop.nix')
-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"; }; }; |