Files
dotfiles/hypr/hypridle.conf
2026-02-09 00:01:49 -08:00

10 lines
180 B
Plaintext

listener {
timeout = 100
on-timeout = notify-send -t 5000 "Hypridle" "System will suspend in 5 seconds..."
}
listener {
timeout = 105
on-timeout = ~/.config/scripts/lock.sh
}