From 9f2cd61c3c75c242aaff501bc329bbb756cb0a62 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 7 Oct 2025 09:29:38 +0200 Subject: [PATCH] feat(hypridle): fix hypridle not turning of screen even when force locked --- modules/linux/home-manager/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index f6d8639..1a0644b 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -106,6 +106,8 @@ in { lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances. before_sleep_cmd = "loginctl lock-session"; # lock before suspend. after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display. + ignore_dbus_inhibit = 1; + ignore_systemd_inhibit = 1; }; listener = [