aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/hypridle.conf
blob: 786177b5eacc099a3130c3dbe4c939d60394274f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
general {
    lock_cmd = 
    unlock_cmd =
    before_sleep_cmd =
    after_sleep_cmd =
    ignore_dbus_inhibit = false
}

listener {
    timeout = 300
    on-timeout = hyprlock
    on-resume =
}

listener {
    timeout = 600
    on-timeout = hyprctl dispatch dpms off
    on-resume = hyprctl dispatch dpms on
}