From ab7d28ac0f7f130dff245a4728947fbd261bf144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sun, 22 Mar 2026 00:44:22 -0600 Subject: [PATCH] =?UTF-8?q?fix(fruitbook):=20=EB=85=B8=ED=8A=B8=EB=B6=81?= =?UTF-8?q?=20=EB=8B=AB=EC=9D=84=20=EB=95=8C=20=ED=99=94=EB=A9=B4=EC=9D=84?= =?UTF-8?q?=20=EC=9E=A0=EA=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/home/dank-material-shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/dank-material-shell.nix b/modules/home/dank-material-shell.nix index 069ae56..a226c86 100644 --- a/modules/home/dank-material-shell.nix +++ b/modules/home/dank-material-shell.nix @@ -21,5 +21,9 @@ in { "DankMaterialShell/settings.json".source = json.generate "settings.json" cfg.settings; }; + + programs.niri.settings.switch-events = { + lid-close.action.spawn = ["dms" "ipc" "lock" "lock"]; + }; }; }