From 5f9915bed79ef4d3a2d6f78cd83f36e7dd0683d5 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 26 Sep 2024 13:02:58 +0200 Subject: [PATCH] suspend when docked too --- 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 cc85bcf..fcbdcdc 100644 --- a/modules/niri/default.nix +++ b/modules/niri/default.nix @@ -43,7 +43,7 @@ in { powerKey = "ignore"; powerKeyLongPress = "poweroff"; lidSwitch = "suspend"; - lidSwitchDocked = "ignore"; + lidSwitchDocked = "suspend"; }; home-manager.users.${conf.username} = {