summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-10-14 16:58:38 +0100
committerPhil Jones <philj56@gmail.com>2022-10-14 16:58:38 +0100
commit2fd61357ad1ddb16cbba9c405ca92021dca19b65 (patch)
treeaae8c993d8c19305e7a67bb665c6375142e79188 /src/main.c
parentef585fcbe156e6622222cd4a018776a5e1fb194b (diff)
Change default layer to overlay.
This allows tofi to show up on top of fullscreen windows.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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,