Change swayidle-lock-screen back to sleep

This commit is contained in:
2026-01-14 03:56:53 -08:00
parent 9feb7a3308
commit bde31d893e

View File

@ -40,7 +40,7 @@ function run {
else
swayidle -w -C /dev/null \
before-sleep "${(q)RESET_SAFEEYES}" \
timeout 15 "systemctl suspend" &
timeout 15 "systemctl sleep" &
swayidle_pid="${!}"
fi
swaylock ${empty_flag} ${img_flags}