From a81d18174dd6ba5f6526e7ce95499da292d61d6c Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 11 Jun 2022 00:29:21 +0530 Subject: added fibonacci layout --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3c80a7d..67c43d6 100644 --- a/config.def.h +++ b/config.def.h @@ -40,11 +40,14 @@ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +#include "fibonacci.c" static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ - { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, + { "[@]", spiral }, + { "[\\]", dwindle }, + { "><>", NULL }, /* no layout function means floating behavior */ }; /* key definitions */ -- cgit v1.2.3