Files
opalfiles/archive/hypr/hypridle.conf
2026-02-22 08:57:47 -08:00

24 lines
463 B
Plaintext

# ~/.config/hypr/hypridle.conf
general {
before_sleep_cmd = hyprlock
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 600 # 10 minutes
on-timeout = hyprlock
on-resume = hyprctl dispatch dpms on
}
listener {
timeout = 900 # 15 minutes
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
listener {
timeout = 7200 # 2 hours
on-timeout = hyprlock & disown && systemctl suspend
}