From 746e2793b0a100afa80edfa86050c6da833f12c3 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sun, 4 May 2025 20:37:24 -0300 Subject: [PATCH] fix(hyprland): only turn off the monitor once in hypridle --- modules/hyprland/home-manager.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/hyprland/home-manager.nix b/modules/hyprland/home-manager.nix index 0b69d69..7a2439e 100644 --- a/modules/hyprland/home-manager.nix +++ b/modules/hyprland/home-manager.nix @@ -43,12 +43,8 @@ in # Enable hypridle services.hypridle = lib.mkIf cfg.hypridle.enable { enable = true; - settings = { - general = { - after_sleep_cmd = "hyprctl dispatch dpms on"; - ignore_dbus_inhibit = false; - }; + settings = { listener = [ { timeout = 180;