From b9c68535d4227946be9d86df5e2cb7431bc051b7 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 22 May 2025 11:45:28 +0200 Subject: [PATCH] [Hypridle] Remove 100s timout --- config/hypr/hypridle.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index b2add3a..95efdcc 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -15,12 +15,6 @@ general { after_sleep_cmd = hyprlock --immediate } -listener { - timeout = 100 - on-timeout = notify-send "Entering idle state... (200s to screen off)" - on-resume = notify-send "Welcome back!" -} - listener { timeout = 200 on-timeout = notify-send "100s to screen off"