mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
fixed warp patch for local monitor
This commit is contained in:
parent
6f5b1582d6
commit
efeb5fcbf4
2
dwm.c
2
dwm.c
@ -2780,7 +2780,7 @@ restack(Monitor *m)
|
||||
(m->lt[m->sellt]->arrange != &monocle
|
||||
&& !(m->ltaxis[MASTER] == MONOCLE && (abs(m->ltaxis[LAYOUT] == NO_SPLIT || !m->nmaster || n <= m->nmaster))))
|
||||
#elif MONOCLE_LAYOUT
|
||||
m->lt[m->sellt]->arrange == &monocle
|
||||
m->lt[m->sellt]->arrange != &monocle
|
||||
#else
|
||||
!(m->ltaxis[MASTER] == MONOCLE && (abs(m->ltaxis[LAYOUT] == NO_SPLIT || !m->nmaster || n <= m->nmaster)))
|
||||
#endif // FLEXTILE_DELUXE_LAYOUT
|
||||
|
Loading…
Reference in New Issue
Block a user