diff --git a/config.h b/config.h index 92d7539..bdaab68 100644 --- a/config.h +++ b/config.h @@ -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