feat:add sprial and dwindle layout

This commit is contained in:
DreamMaoMao 2025-02-17 11:22:11 +08:00
parent 8b4932fd79
commit 4be4c211df
3 changed files with 123 additions and 49 deletions

View file

@ -67,10 +67,12 @@ Layout overviewlayout = { "󰃇", overview, "overview" };
Layout layouts[] = { //最少两个,不能删除少于两个
/* symbol arrange function name */
{ "", scroller, "scroller" }, //滚动布局
{ "󱞬", tile, "tile" }, //堆栈布局
{"󰃇", grid, "grid"},
{ "S", scroller, "scroller" }, //滚动布局
{ "T", tile, "tile" }, //堆栈布局
{"G", grid, "grid"},
{"M",monocle,"monocle"},
{"D",dwindle,"dwindle"},
{"P",spiral,"spiral"},
};