conf2/hprland/.config/hypr/hypridle.conf

6 lines
272 B
Plaintext
Raw Normal View History

2024-12-03 19:44:09 +00:00
listener {
timeout = 330 # 5.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}