summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-09 18:50:05 +0200
committerbakkeby <[email protected]>2019-09-09 18:50:05 +0200
commitcccb8fcecb1e6bce06bec81557d9d3a37631561f (patch)
tree5a96fe4ddc971d3c40351d98d1dfd89a656e6ee7 /patch/include.c
parent7da1b171699090a771246f62074cdef09dcc2c95 (diff)
downloaddwm-flexipatch-cccb8fcecb1e6bce06bec81557d9d3a37631561f.tar.gz
dwm-flexipatch-cccb8fcecb1e6bce06bec81557d9d3a37631561f.zip
Adding fibonacci layout
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 3eedd7a..7dc0aac 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -66,6 +66,10 @@
#include "deck.c"
#endif
+#if FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT
+#include "fibonacci.c"
+#endif
+
#if MONOCLE_LAYOUT
#include "monocle.c"
#endif