hyprcrux/.config/hypr/hypridle.conf
2024-03-28 15:35:19 -04:00

5 lines
261 B
Text

listener {
timeout = 500 # in seconds.
on-timeout = hyprlock # command to run when timeout has passed.
on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired.
}