diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-14 16:58:38 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-14 16:58:38 +0100 |
commit | 2fd61357ad1ddb16cbba9c405ca92021dca19b65 (patch) | |
tree | aae8c993d8c19305e7a67bb665c6375142e79188 /src/main.c | |
parent | ef585fcbe156e6622222cd4a018776a5e1fb194b (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |