diff options
author | adnano <me@adnano.co> | 2024-08-03 18:26:59 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-08-03 18:26:59 -0400 |
commit | 12b8f83be447379eded03c6109fe944945cd48aa (patch) | |
tree | 0af0f2a0e2b73ce4bef0d5e28a0b60b28a8b0261 | |
parent | 8b2381126319b8e50bcd697b6a7be5bf0ee7e226 (diff) | |
download | wmenu-12b8f83be447379eded03c6109fe944945cd48aa.tar.gz |
Display over fullscreen applications
-rw-r--r-- | wayland.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |