mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 15:19:24 +00:00
7 lines
213 B
Bash
7 lines
213 B
Bash
echo "Start screensaver automatically after 1 minute and stop before locking"
|
|
|
|
if ! grep -q "omarchy-launch-screensaver" ~/.config/hypr/hypridle.conf; then
|
|
omarchy-refresh-hypridle
|
|
omarchy-refresh-hyprlock
|
|
fi
|