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