Files
dotfiles/.config/hypr/hypridle.conf
T
2025-04-30 04:59:01 -05:00

11 lines
407 B
Plaintext

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.
}
listener {
timeout = 1800 # 30min
on-timeout = systemctl suspend # suspend pc
}