mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* No need to kill any more since any key will quit * Command to refresh hypridle * Start screensaver automatically after a minute * Add migration
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
|