From 35dceab233e3c833ee522548eb509d4125a569ec Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 24 Feb 2025 22:44:57 +0100 Subject: [PATCH] Fix hypridle config typo --- home/.config/hypr/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/hypr/hypridle.conf b/home/.config/hypr/hypridle.conf index 63be9da..12557f2 100644 --- a/home/.config/hypr/hypridle.conf +++ b/home/.config/hypr/hypridle.conf @@ -47,7 +47,7 @@ listener { # On low battery, or after HibernateDelaySec (/etc/systemd/sleep.conf), the system # will enter full hibernation listener { - timeout = 600, + timeout = 600 on-timeout = systemctl suspend-then-hibernate }