aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-11 00:29:21 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-11 00:29:21 +0530
commita81d18174dd6ba5f6526e7ce95499da292d61d6c (patch)
treeb589cafe782e305573e48f83ad911d7791499dba /config.def.h
parent127d89b4246e3743ac24c425a80733cbf3dd832a (diff)
added fibonacci layout
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 4 insertions, 1 deletions
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 */