Files
omarchy/migrations/1754136581.sh
David Heinemeier Hansson 6ecc09abdb Start screensaver automatically (#453)
* No need to kill any more since any key will quit

* Command to refresh hypridle

* Start screensaver automatically after a minute

* Add migration
2025-08-02 14:14:03 +02:00

6 lines
162 B
Bash

echo "Start screensaver automatically after 1 minute"
if ! grep -q "omarchy-launch-screensaver" ~/.config/hypr/hypridle.conf; then
omarchy-refresh-hypridle
fi