From eecc58b6632105c264366e64413f4dd42bdd62e9 Mon Sep 17 00:00:00 2001 From: Lily Anderson Date: Sat, 14 Feb 2026 15:55:32 -0600 Subject: [PATCH] added screen lock command --- modules/wrappedPrograms/niri.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/wrappedPrograms/niri.nix b/modules/wrappedPrograms/niri.nix index ffce724..8c911d9 100644 --- a/modules/wrappedPrograms/niri.nix +++ b/modules/wrappedPrograms/niri.nix @@ -36,6 +36,8 @@ in { "Mod+O".toggle-overview = null; "Mod+Shift+Slash".show-hotkey-overlay = null; "Mod+Shift+Q".quit = null; + "Mod+Shift+Escape".spawn-sh = "noctalia-shell ipc call lockScreen lock"; + "Mod+Q".close-window = null; "Mod+F".maximize-column = null;