From f637fa0cc0329124b979407d586be5be038a3bad Mon Sep 17 00:00:00 2001 From: Forrest Bushstone Date: Mon, 25 Sep 2023 00:26:40 -0400 Subject: [PATCH] Draw fullscreen_bg on the correct layer --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index 4118fd8..57f3107 100644 --- a/dwl.c +++ b/dwl.c @@ -953,7 +953,7 @@ createmon(struct wl_listener *listener, void *data) * */ /* updatemons() will resize and set correct position */ - m->fullscreen_bg = wlr_scene_rect_create(layers[LyrFS], 0, 0, fullscreen_bg); + m->fullscreen_bg = wlr_scene_rect_create(layers[LyrBg], 0, 0, fullscreen_bg); wlr_scene_node_set_enabled(&m->fullscreen_bg->node, 0); /* Adds this to the output layout in the order it was configured in.