aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dwl.c b/dwl.c
index 30bafa9..798ba80 100644
--- a/dwl.c
+++ b/dwl.c
@@ -596,8 +596,6 @@ 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--)