mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
implement keymaps! they still have quite a bit of work to be any good...
but now our key do stuff when pressed (at the compositor level)
This commit is contained in:
parent
8e4f56d147
commit
faa44dc4af
8 changed files with 163 additions and 13 deletions
|
|
@ -14,9 +14,9 @@ pub fn main() !void {
|
|||
|
||||
std.log.info("Starting mezzaluna", .{});
|
||||
|
||||
try lua.init();
|
||||
try server.init();
|
||||
defer server.deinit();
|
||||
try lua.init();
|
||||
|
||||
var buf: [11]u8 = undefined;
|
||||
const socket = try server.wl_server.addSocketAuto(&buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue