mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-10 13:29:55 -05:00
feat: add deck layout
This commit is contained in:
parent
b3133ec6c8
commit
90109a3512
2 changed files with 54 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ Layout layouts[] = {
|
|||
{"T", tile, "tile"}, // 堆栈布局
|
||||
{"G", grid, "grid"}, {"M", monocle, "monocle"},
|
||||
{"D", dwindle, "dwindle"}, {"P", spiral, "spiral"},
|
||||
{"K", deck, "deck"},
|
||||
};
|
||||
|
||||
/* keyboard */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue