mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
6 lines
162 B
Bash
6 lines
162 B
Bash
![]() |
echo "Start screensaver automatically after 1 minute"
|
||
|
|
||
|
if ! grep -q "omarchy-launch-screensaver" ~/.config/hypr/hypridle.conf; then
|
||
|
omarchy-refresh-hypridle
|
||
|
fi
|