24 lines
463 B
Plaintext
24 lines
463 B
Plaintext
# ~/.config/hypr/hypridle.conf
|
|
|
|
general {
|
|
before_sleep_cmd = hyprlock
|
|
after_sleep_cmd = hyprctl dispatch dpms on
|
|
}
|
|
|
|
listener {
|
|
timeout = 600 # 10 minutes
|
|
on-timeout = hyprlock
|
|
on-resume = hyprctl dispatch dpms on
|
|
}
|
|
|
|
listener {
|
|
timeout = 900 # 15 minutes
|
|
on-timeout = hyprctl dispatch dpms off
|
|
on-resume = hyprctl dispatch dpms on
|
|
}
|
|
|
|
listener {
|
|
timeout = 7200 # 2 hours
|
|
on-timeout = hyprlock & disown && systemctl suspend
|
|
}
|