make sure fullscreen clients have the right size
This commit is contained in:
parent
6f8a3f9374
commit
2212363225
3
dwl.c
3
dwl.c
@ -2604,6 +2604,9 @@ updatemons(struct wl_listener *listener, void *data)
|
|||||||
arrangelayers(m);
|
arrangelayers(m);
|
||||||
/* Don't move clients to the left output when plugging monitors */
|
/* Don't move clients to the left output when plugging monitors */
|
||||||
arrange(m);
|
arrange(m);
|
||||||
|
/* make sure fullscreen clients have the right size */
|
||||||
|
if ((c = focustop(m)) && c->isfullscreen)
|
||||||
|
resize(c, m->m, 0);
|
||||||
|
|
||||||
config_head->state.enabled = 1;
|
config_head->state.enabled = 1;
|
||||||
config_head->state.mode = m->wlr_output->current_mode;
|
config_head->state.mode = m->wlr_output->current_mode;
|
||||||
|
Loading…
Reference in New Issue
Block a user