From 3531a8fe099512150e431303d8966f2add707c53 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 24 Jun 2025 17:27:09 -0700 Subject: [PATCH] Add sleep as well to hypridle --- config/hypr/hypridle.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 +}