diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 8b1449e..04189af 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -14,3 +14,8 @@ listener { on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected } + +listener { + timeout = 1800 # 10min + on-timeout = systemctl sleep # go to sleep +}