From 12b8f83be447379eded03c6109fe944945cd48aa Mon Sep 17 00:00:00 2001 From: adnano Date: Sat, 3 Aug 2024 18:26:59 -0400 Subject: Display over fullscreen applications --- wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland.c b/wayland.c index 0471fe4..0d3f261 100644 --- a/wayland.c +++ b/wayland.c @@ -439,7 +439,7 @@ int menu_run(struct menu *menu) { context->layer_shell, context->surface, context->output ? context->output->output : NULL, - ZWLR_LAYER_SHELL_V1_LAYER_TOP, + ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY, "menu" ); assert(layer_surface != NULL); -- cgit v1.2.3