Files
dots/hypr/hypridle.conf

11 lines
523 B
Plaintext

listener {
timeout = 300 # 5min
on-timeout = hyprlock # command to run when timeout has passed
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
}
listener {
timeout = 900 # 15min
on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed
on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired.
}