diff options
| -rw-r--r-- | dwm.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |
