From d0c93e3b8ab5646a253910cd999c20e0ba4b4a06 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 2 Aug 2025 22:00:57 +0200 Subject: [PATCH] Also update hyprlock for stopping before updating --- migrations/1754136581.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/migrations/1754136581.sh b/migrations/1754136581.sh index 2f59425..d2c78b9 100644 --- a/migrations/1754136581.sh +++ b/migrations/1754136581.sh @@ -1,5 +1,6 @@ -echo "Start screensaver automatically after 1 minute" +echo "Start screensaver automatically after 1 minute and stop before locking" if ! grep -q "omarchy-launch-screensaver" ~/.config/hypr/hypridle.conf; then omarchy-refresh-hypridle + omarchy-refresh-hyprlock fi