aboutsummaryrefslogtreecommitdiff
path: root/hypr/hypridle.conf
blob: 66db8c34f29862b307f2df58ff11f596af2a7838 (plain)
1
2
3
4
5
6
7
8
9
10
11
listener {
    timeout = 300                           # 5min
    on-timeout = hyprlock                   # command to run when timeout has passed
    on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
}

listener {
    timeout = 900                           # 15min
    on-timeout = hyprctl dispatch dpms off  # command to run when timeout has passed
    on-resume = hyprctl dispatch dpms on    # command to run when activity is detected after timeout has fired.
}