dotfiles/hypr/hypridle.conf
2024-07-11 09:20:42 -04:00

17 lines
631 B
Text

listener {
timeout = 300 # 5min
on-timeout = hyprlock # lock screen when timeout has passed
#on-resume = notify-send "Welcome back!" # notification activity is detected after timeout has fired.
}
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
}