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;