Also update hyprlock for stopping before updating

This commit is contained in:
David Heinemeier Hansson
2025-08-02 22:00:57 +02:00
parent 54d22e9720
commit d0c93e3b8a

View File

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