Files
omarchy/migrations/1754136581.sh

6 lines
162 B
Bash
Raw Normal View History

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