Closed OH016 closed 10 months ago
Me too.
Me too.
I actually figured it out a few days ago. Basically find the line in dwl.c:
layer_shell = wlr_layer_shell_v1_create(dpy, 3);
and change the 3 to a 4.
Me too.
I actually figured it out a few days ago. Basically find the line in dwl.c:
layer_shell = wlr_layer_shell_v1_create(dpy, 3);
and change the 3 to a 4.
Wow, thanks! Is it something wrong with dwl, so we need to open a new issue?
Me too.
I actually figured it out a few days ago. Basically find the line in dwl.c:
layer_shell = wlr_layer_shell_v1_create(dpy, 3);
and change the 3 to a 4.Wow, thanks! Is it something wrong with dwl, so we need to open a new issue?
Well, they bumped it down to 3 recently from what I could tell, so i'm sure they had their reasons. Since I don't know anything about Wayland, I have no idea what the consequences of this fix could be, but it works fine for me so far.
I'm getting this error too, how'd you fix it?