From f484e7ff1416e0eadaaa768825f9d061bfe04651 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 4 Jul 2025 11:04:12 +0200 Subject: [PATCH] hurricane: 154 current 2025-07-04 11:03:50 25.05.20250620.b2485d5 6.15.3 * disable idle --- modules/hm/hypridle.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/hm/hypridle.nix b/modules/hm/hypridle.nix index a574e76..29f8aeb 100644 --- a/modules/hm/hypridle.nix +++ b/modules/hm/hypridle.nix @@ -19,11 +19,7 @@ timeout = 900; # 15min. on-timeout = "loginctl lock-session"; # lock screen when timeout has passed } - { - timeout = 1800; # 30min. - on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed - on-resume = "hyprctl dispatch dpms on && brightnessctl -r"; # screen on when activity is detected after timeout has fired. - } + # no automatic screen off or sleep. causes issues i cant be arsed to fix. use `systemctl suspend` instead. ]; }; };