fibonacci patch

This commit is contained in:
Luke Smith
2019-12-14 17:22:21 -05:00
parent 23d66b0e0b
commit 336c411392
2 changed files with 69 additions and 0 deletions

View File

@@ -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 */