mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-08 20:47:46 +00:00
6 lines
195 B
Bash
6 lines
195 B
Bash
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
|