mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
ef38ff156f
Signed-off-by: magic_rb <magic_rb@redalder.org>
14 lines
583 B
Diff
14 lines
583 B
Diff
diff --git a/src/panel.c b/src/panel.c
|
|
index a9942c8..63ade5c 100644
|
|
--- a/src/panel.c
|
|
+++ b/src/panel.c
|
|
@@ -79,7 +79,7 @@ panel_manager_request_widget (struct panel_manager *self, struct wl_output *outp
|
|
"anchor", ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM
|
|
| ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT
|
|
| ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT,
|
|
- "layer", ZWLR_LAYER_SHELL_V1_LAYER_TOP,
|
|
+ "layer", ZWLR_LAYER_SHELL_V1_LAYER_OVER,
|
|
"kbd-interactivity", FALSE,
|
|
"exclusive-zone", height,
|
|
"namespace", "osk",
|