forked from mirror/dwl
don't arrange layers on disabled monitors
This commit is contained in:
parent
19a8a095eb
commit
68576799b9
1 changed files with 2 additions and 0 deletions
2
dwl.c
2
dwl.c
|
@ -591,6 +591,8 @@ arrangelayers(Monitor *m)
|
|||
ZWLR_LAYER_SHELL_V1_LAYER_TOP,
|
||||
};
|
||||
LayerSurface *layersurface;
|
||||
if (!m || !m->wlr_output->enabled)
|
||||
return;
|
||||
|
||||
/* Arrange exclusive surfaces from top->bottom */
|
||||
for (i = 3; i >= 0; i--)
|
||||
|
|
Loading…
Reference in a new issue