summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-30 23:52:51 +0200
committerbakkeby <[email protected]>2019-09-30 23:52:51 +0200
commit009819e186a33d395e785b6429e9f770ef06078c (patch)
tree4fd7c555c40b805a3cd9cb6c9f64f4adfb235fa8 /patches.h
parent44d2db84ae16eeda3aa9c73c09ae20a665272592 (diff)
downloaddwm-flexipatch-009819e186a33d395e785b6429e9f770ef06078c.tar.gz
dwm-flexipatch-009819e186a33d395e785b6429e9f770ef06078c.zip
Replaced flextile with flextile-deluxe, refactored monitor rules to support predetermined layouts per tag
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/patches.h b/patches.h
index 4bef728..7c83d28 100644
--- a/patches.h
+++ b/patches.h
@@ -355,10 +355,11 @@
*/
#define FIBONACCI_SPIRAL_LAYOUT 0
-/* Flextile layout.
- * https://dwm.suckless.org/patches/flextile/
+/* Flextile deluxe layout.
+ * A revamped, more flexible, and over-the-top version of the original flextile layout.
+ * https://dwm.suckless.org/patches/flextile/ (original)
*/
-#define FLEXTILE_LAYOUT 0
+#define FLEXTILE_DELUXE_LAYOUT 0
/* Gappless grid layout.
* https://dwm.suckless.org/patches/gaplessgrid/