From 8fb16e1a2b1a695de28a5fa6e452802829f9142f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=BCchler?= Date: Fri, 8 Aug 2025 10:24:19 +0200 Subject: [PATCH] chore: remove obsolete hypridle.conf, now replaced by device-specific fragments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode --- .config/hypr/hypridle.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .config/hypr/hypridle.conf diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf deleted file mode 100644 index 8e7b85d..0000000 --- a/.config/hypr/hypridle.conf +++ /dev/null @@ -1,14 +0,0 @@ -general { - lock_cmd = pidof hyprlock || hyprlock - before_sleep_cmd = loginctl lock-session - after_sleep_cmd = hyprctl dispatch dpms on -} - -listener { - timeout = 300 - on-timeout = pidof hyprlock || hyprlock -} -listener { - timeout = 600 - on-timeout = systemctl suspend -}