mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-04 07:39:24 +00:00
5 lines
194 B
Bash
5 lines
194 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
|