Files
omarchy/migrations/1754208139.sh

5 lines
194 B
Bash
Raw Normal View History

echo "Ensure screensaver doesn't start while the computer is locked"
if ! grep -q "pidof hyprlock || omarchy-launch-screensaver" ~/.config/hypr/hypridle.conf; then
omarchy-refresh-hypridle
fi