summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/patches.h b/patches.h
index 50115d3..1c5df12 100644
--- a/patches.h
+++ b/patches.h
@@ -200,7 +200,17 @@
/* Deck layout.
* https://dwm.suckless.org/patches/deck/
*/
-#define DECK_LAYOUT 1
+#define DECK_LAYOUT 0
+
+/* Fibonacci dwindle layout.
+ * https://dwm.suckless.org/patches/fibonacci/
+ */
+#define FIBONACCI_DWINDLE_LAYOUT 0
+
+/* Fibonacci spiral layout.
+ * https://dwm.suckless.org/patches/fibonacci/
+ */
+#define FIBONACCI_SPIRAL_LAYOUT 0
/* The default tile layout.
* This can be optionally disabled in favour of other layouts.