tile 布局

This commit is contained in:
2026-01-06 04:28:33 +08:00
parent 8fba9ee71f
commit 1dbcf3e654
4 changed files with 69 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ static const keyboard_t key_list[] = {
};
static const layout_t layout_list[] = {
{.symbol = "[]=", .arrange = tile},
{.symbol = "[M]", .arrange = monocle},
{.symbol = "><=", .arrange = nullptr},
};