From 2fd61357ad1ddb16cbba9c405ca92021dca19b65 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Fri, 14 Oct 2022 16:58:38 +0100 Subject: Change default layer to overlay. This allows tofi to show up on top of fullscreen windows. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 59de913..9c14cda 100644 --- a/src/main.c +++ b/src/main.c @@ -1306,7 +1306,7 @@ int main(int argc, char *argv[]) tofi.zwlr_layer_shell, tofi.window.surface.wl_surface, wl_output, - ZWLR_LAYER_SHELL_V1_LAYER_TOP, + ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY, "launcher"); zwlr_layer_surface_v1_set_keyboard_interactivity( tofi.window.zwlr_layer_surface, -- cgit v1.2.3