添加 monocle 布局功能

This commit is contained in:
2025-12-09 00:41:41 +08:00
parent 5039ce457e
commit 489ae4bf2a
8 changed files with 95 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include <stdint.h>
#include "action.h"
#include "layout.h"
#include "types.h"
static const char *const font_family = "monospace";
@@ -35,6 +36,6 @@ static const keyboard_t key_list[] = {
};
static const layout_t layout_list[] = {
{.symbol = "[M]", .arrange = nullptr},
{.symbol = "[M]", .arrange = monocle},
{.symbol = "><=", .arrange = nullptr},
};