From df3d07e41f89e89fe177931666d9722652afe0a0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 6 Jan 2026 13:55:52 +0100 Subject: [PATCH] Fix timeout correction --- migrations/1767414310.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/migrations/1767414310.sh b/migrations/1767414310.sh index 7ab1d2f0..a0f3fbe2 100644 --- a/migrations/1767414310.sh +++ b/migrations/1767414310.sh @@ -1,4 +1,3 @@ -echo "Use correct idle-timer sensitive timeouts for screensaver + screen off" +echo "Use correct idle-timer sensitive timeouts for lock screen" -sed -i 's/timeout = 300/timeout = 150/' ~/.config/hypr/hypridle.conf -sed -i 's/timeout = 330/timeout = 30/' ~/.config/hypr/hypridle.conf +sed -i 's/timeout = 300/timeout = 151/' ~/.config/hypr/hypridle.conf