From 0945319e4057c60a308a7dd912bbe2522b58d9bf Mon Sep 17 00:00:00 2001 From: janabhumi Date: Sat, 24 Sep 2022 23:52:38 +0300 Subject: [PATCH] home/wired: increase poll interval --- home/wired.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wired.ron b/home/wired.ron index bd5cbf8..27ec461 100644 --- a/home/wired.ron +++ b/home/wired.ron @@ -11,7 +11,7 @@ // draws notifications (if necessary), etc. // Note that when no notifications are present, Wired always polls at 500ms. // 16ms ~= 60hz / 7ms ~= 144hz. - poll_interval: 16, + poll_interval: 200, // Wired will pause notifications if you are idle (no mouse or keyboard input) for longer than // `idle_threshold` seconds.