Display over fullscreen applications - wmenu - 🔧 fork of wmenu
(HTM) git clone git@git.drkhsh.at/wmenu.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 12b8f83be447379eded03c6109fe944945cd48aa
(DIR) parent 8b2381126319b8e50bcd697b6a7be5bf0ee7e226
(HTM) Author: adnano <me@adnano.co>
Date: Sat, 3 Aug 2024 18:26:59 -0400
Display over fullscreen applications
Diffstat:
M wayland.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git 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);