mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 22:00:20 +00:00
Revert "Use TOP layer instead of OVERLAY on Wayland"
This reverts commit dc1b15945a
.
Given the current options, it's probably better to show rofi on top of
lock screens than not show it on top of full screen windows.
Discussion:
https://github.com/lbonn/rofi/issues/12
https://github.com/lbonn/rofi/issues/7
This commit is contained in:
parent
807a2c0969
commit
87b48ce755
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ wayland_display_setup ( GMainLoop *main_loop, NkBindings *bindings )
|
|||
|
||||
wayland->bindings_seat = nk_bindings_seat_new ( bindings, XKB_CONTEXT_NO_FLAGS );
|
||||
|
||||
wayland->wlr_surface = zwlr_layer_shell_v1_get_layer_surface ( wayland->layer_shell, wayland->surface, NULL, ZWLR_LAYER_SHELL_V1_LAYER_TOP, "rofi" );
|
||||
wayland->wlr_surface = zwlr_layer_shell_v1_get_layer_surface ( wayland->layer_shell, wayland->surface, NULL, ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY, "rofi" );
|
||||
|
||||
// Set size zero and anchor on all corners to get the usable screen size
|
||||
// see https://github.com/swaywm/wlroots/pull/2422
|
||||
|
|
Loading…
Reference in a new issue