summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dwm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 4ef14c5..cf90f8b 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2636,6 +2636,11 @@ resizeclient(Client *c, int x, int y, int w, int h)
#if MONOCLE_LAYOUT
|| &monocle == c->mon->lt[c->mon->sellt]->arrange
#endif // MONOCLE_LAYOUT
+ #if FLEXTILE_DELUXE_LAYOUT
+ || (&flextile == c->mon->lt[c->mon->sellt]->arrange &&
+ c->mon->ltaxis[LAYOUT] == NO_SPLIT &&
+ c->mon->ltaxis[MASTER] == MONOCLE)
+ #endif //FLEXTILE_DELUXE_LAYOUT
)
#if FAKEFULLSCREEN_CLIENT_PATCH
&& (c->fakefullscreen == 1 || !c->isfullscreen)