Add config for ceneredmaster layout
This commit is contained in:
parent
021f5f6d9b
commit
73a7246f2f
3
config.h
3
config.h
@ -77,10 +77,11 @@ static const Layout layouts[] = {
|
||||
{ "[]=", tile }, /* first entry is default */
|
||||
{ "=|=", tcl}, /* three columns layout */
|
||||
{ "|||", col }, /* column layout */
|
||||
{ "|M|", centeredmaster },
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "[M]", monocle },
|
||||
};
|
||||
static const Layout* monocleLayout = &layouts[4];
|
||||
static const Layout* monocleLayout = &layouts[5];
|
||||
|
||||
/* key definitions */
|
||||
#define MODKEY Mod4Mask
|
||||
|
Loading…
Reference in New Issue
Block a user