Add config for ceneredmaster layout

This commit is contained in:
Przemek Grondek 2023-03-19 21:16:26 +01:00
parent 021f5f6d9b
commit 73a7246f2f

View File

@ -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