mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
noborder: Adding partial support for flextile-deluxe monocole layout, ref. #74
This commit is contained in:
parent
bd5db9e63f
commit
7db8bb0ce9
5
dwm.c
5
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)
|
||||
|
Loading…
Reference in New Issue
Block a user