kwm: add key for lock
This commit is contained in:
@@ -1024,6 +1024,17 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
|
.keysym = "l",
|
||||||
|
.modifiers = .{ .mod4 = true, .shift = true },
|
||||||
|
.event = .{
|
||||||
|
.click = .{
|
||||||
|
.pressed = .{
|
||||||
|
.spawn = .{ .argv = .{ "waylock" } },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// list of pointer bindings
|
// list of pointer bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user