From 8f334efaa8448a87cecb1c71cb90f0f34a3522a5 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 15 May 2025 02:22:16 +0200 Subject: [PATCH] no ignore lid when docked --- modules/niri/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/niri/default.nix b/modules/niri/default.nix index a1fe5a7..9d4e558 100644 --- a/modules/niri/default.nix +++ b/modules/niri/default.nix @@ -31,7 +31,7 @@ in powerKey = "suspend"; powerKeyLongPress = "poweroff"; lidSwitch = "suspend"; - lidSwitchDocked = "ignore"; + lidSwitchDocked = "suspend"; lidSwitchExternalPower = "suspend"; };