kwm: add key for lock

This commit is contained in:
2026-05-29 00:18:06 +02:00
parent 9ddaf09c5c
commit f78d1ec922

View File

@@ -1024,6 +1024,17 @@
},
},
},
.{
.keysym = "l",
.modifiers = .{ .mod4 = true, .shift = true },
.event = .{
.click = .{
.pressed = .{
.spawn = .{ .argv = .{ "waylock" } },
},
},
},
},
},
// list of pointer bindings