summaryrefslogtreecommitdiff
path: root/.config/hypr/hypridle.conf
blob: d871778b79e522f905de969f262b96897390bc31 (plain)
1
2
3
4
5
6
7
8
9
general {
    before_sleep_cmd = pidof hyprlock || hyprlock
    after_sleep_cmd = hyprctl dispatch dpms on
}

listener {
    timeout = 300 # 5min
    on-timeout = systemctl suspend
}