home/wired: increase poll interval

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-24 23:52:38 +03:00
parent 5555abb20b
commit 0945319e40
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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.