about summary refs log tree commit diff
path: root/desktop.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-16T22·43+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-16T22·43+0200
commitb8e419583cf782fd52062da1531c64c0cafac755 (patch)
tree967c2d9b6ce7f012640f054c51d36b1498c47bd0 /desktop.nix
parentbcec9f836006933c1b90c5c054ca33ae3bff90d5 (diff)
fix(desktop): Start feh-wp.timer faster
Diffstat (limited to 'desktop.nix')
-rw-r--r--desktop.nix2
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";
     };
   };