mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04: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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue