mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-03 07:15:44 -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);
|
static void tgmix(Monitor *m);
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
Layout overviewlayout = {"", overview, "overview"};
|
Layout overviewlayout = {"O", overview, "overview"};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
SCROLLER,
|
SCROLLER,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue