commit b45df329a504cc612a4de8e5e844730796a6ff8d
parent 78a04d59448f28106186b39a48e9ea3d2fcf0396
Author: mpizzzle <m@michaelpercival.xyz>
Date: Tue, 8 Sep 2020 09:13:34 +0100
Spiral as default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -53,10 +53,10 @@ static const int attachbelow = 1; /* 1 means attach after the currently activ
#include "fibonacci.c"
static const Layout layouts[] = {
/* symbol arrange function */
+ { "[@]", spiral },
{ "[=]", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
- { "[@]", spiral },
{ "[\]", dwindle },
};