From 336c411392219497f21fa615d2b1570b4619db3c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 14 Dec 2019 17:22:21 -0500 Subject: fibonacci patch --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 884a78e..7c2efdf 100644 --- a/config.def.h +++ b/config.def.h @@ -37,6 +37,7 @@ static const float mfact = 0.55; /* factor of master area size [0.05..0.95] static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ +#include "fibonacci.c" static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ @@ -44,6 +45,8 @@ static const Layout layouts[] = { { "[M]", monocle }, { "|M|", centeredmaster }, { ">M>", centeredfloatingmaster }, + { "[@]", spiral }, + { "[\\]", dwindle }, }; /* key definitions */ -- cgit v1.2.3