added screen lock command

This commit is contained in:
2026-02-14 15:55:32 -06:00
parent ff41d54229
commit eecc58b663

View File

@@ -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;