添加 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

5
src/layout.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include "types.h"
void monocle(tag_t *tag);