From 3f4eaf03a43f44aba4b022d47a442737d0e0b819 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 28 Aug 2026 23:13:38 +0200 Subject: [PATCH] disable hypr idle --- .config/hypr/hypridle.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 9e13fc3..c226d06 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -6,9 +6,3 @@ general { ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors } - -listener { - timeout = 500 # in seconds - on-timeout = hyprlock # command to run when timeout has passed - # on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired. -} \ No newline at end of file