Revert "Configure Three Column Layout"

This reverts commit a44e4648
This commit is contained in:
Przemek Grondek 2023-03-19 21:32:32 +01:00
parent c644af303e
commit ec2b390354

View File

@ -75,14 +75,13 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
{ "=|=", tcl}, /* three columns layout */
{ "|||", col }, /* column layout */
{ "|M|", centeredmaster },
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
{ NULL, NULL},
};
static const Layout* monocleLayout = &layouts[5];
static const Layout* monocleLayout = &layouts[4];
/* key definitions */
#define MODKEY Mod4Mask