nix update flake and finish keyboard handling
This commit is contained in:
parent
4739675642
commit
23dd09bbf9
6 changed files with 397 additions and 116 deletions
|
@ -6,7 +6,7 @@ const io = std.io;
|
|||
const Self = @This();
|
||||
|
||||
pub fn init(allocator: mem.Allocator) !Self {
|
||||
const result = try std.ChildProcess.run(.{
|
||||
const result = try std.process.Child.run(.{
|
||||
.allocator = allocator,
|
||||
.argv = &[_][]const u8{ "infocmp", "-x" },
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue