Files
dotfiles/dotfiles/config/hypr/hypridle.conf

12 lines
287 B
Plaintext
Raw Normal View History

general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 900
2026-04-15 10:32:48 -07:00
on-timeout = hypr-screensaver stop && hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}