From ecba1fc15a4e33ba4b00e04f8f047170019d7f2f Mon Sep 17 00:00:00 2001 From: Kris Yotam <75515498+krisyotam@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:29:39 -0500 Subject: [PATCH] enable FLEXTILE_DELUXE_LAYOUT for RRR reading mode (3 vertical panes) --- patches.def.h | 2 +- patches.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches.def.h b/patches.def.h index 6c366e74bd4595a378f7f1df1e729b5f729d5f42..2d51136e2a49d819b95cb1dadabdfb60cca7bd7a 100644 --- a/patches.def.h +++ b/patches.def.h @@ -1547,7 +1547,7 @@ * A revamped, more flexible, and over-the-top version of the original flextile layout. * https://dwm.suckless.org/patches/flextile/ (original) */ -#define FLEXTILE_DELUXE_LAYOUT 0 +#define FLEXTILE_DELUXE_LAYOUT 1 /* Gappless grid layout. * https://dwm.suckless.org/patches/gaplessgrid/ diff --git a/patches.h b/patches.h index df9c0d44c815b08d54a42167fafa3db438289d73..03d42350a0ca29093dc9883401f1b1dc27c9a056 100644 --- a/patches.h +++ b/patches.h @@ -1547,7 +1547,7 @@ * A revamped, more flexible, and over-the-top version of the original flextile layout. * https://dwm.suckless.org/patches/flextile/ (original) */ -#define FLEXTILE_DELUXE_LAYOUT 0 +#define FLEXTILE_DELUXE_LAYOUT 1 /* Gappless grid layout. * https://dwm.suckless.org/patches/gaplessgrid/