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 +}