From 73a7246f2f2296c7a8e6ac4b5df47e3d11b4d915 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 19 Mar 2023 21:16:26 +0100 Subject: [PATCH] Add config for ceneredmaster layout --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index de31e46..f0b17a4 100644 --- a/config.h +++ b/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