mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-15 22:05:20 -05:00
Update layout.h
Using is kinda weird imo.... please use O instead as it makes a lot more sense thanks!
This commit is contained in:
parent
d6dbb7a701
commit
798d6a30e9
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ static void vertical_deck(Monitor *mon);
|
|||
static void tgmix(Monitor *m);
|
||||
|
||||
/* layout(s) */
|
||||
Layout overviewlayout = {"", overview, "overview"};
|
||||
Layout overviewlayout = {"O", overview, "overview"};
|
||||
|
||||
enum {
|
||||
SCROLLER,
|
||||
|
|
@ -47,4 +47,4 @@ Layout layouts[] = {
|
|||
{"VG", vertical_grid, "vertical_grid", VERTICAL_GRID}, // 垂直格子布局
|
||||
{"VK", vertical_deck, "vertical_deck", VERTICAL_DECK}, // 垂直卡片布局
|
||||
{"TG", tgmix, "tgmix", TGMIX}, // 混合布局
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue