From 4c6e7b788b49b19acdb2ae32654e5b9aa674c7ba Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 16 Oct 2025 23:16:30 +0200 Subject: [PATCH] added better hibernate to idle --- desktopenvs/hyprland/hypr/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/hypr/hypridle.conf b/desktopenvs/hyprland/hypr/hypridle.conf index 4370c5a..e84ffea 100644 --- a/desktopenvs/hyprland/hypr/hypridle.conf +++ b/desktopenvs/hyprland/hypr/hypridle.conf @@ -11,7 +11,7 @@ listener { listener { timeout = 600 #10min - on-timeout = systemctl suspend # suspend pc + on-timeout = systemctl suspend-then-hibernate # suspend pc }