From 99eb2dc2599c7195a77c9ab52934fb4536c9855b Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 30 Sep 2025 10:30:25 +0200 Subject: [PATCH] added reboot after 5h idle --- desktopenvs/hyprland/hypr/hypridle.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/desktopenvs/hyprland/hypr/hypridle.conf b/desktopenvs/hyprland/hypr/hypridle.conf index b649886..c311317 100644 --- a/desktopenvs/hyprland/hypr/hypridle.conf +++ b/desktopenvs/hyprland/hypr/hypridle.conf @@ -13,3 +13,8 @@ listener { timeout = 600 #10min on-timeout = systemctl suspend # suspend pc } + +listener { + timeout = 18000 #5h + on-timeout = /usr/bin/reboot #reboot +}