From 1013a674135b7f423af67aa65f34670f82b024a8 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 27 Mar 2023 10:21:44 -0700 Subject: [PATCH] Use `exclusive_zone: -1` to not have panel impact position Or need to make sure size is right, and it fills space other than panel? --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index bfd4bad..48b4953 100644 --- a/src/main.rs +++ b/src/main.rs @@ -143,6 +143,7 @@ impl App { ); get_layer_surface(SctkLayerSurfaceSettings { id, + exclusive_zone: -1, keyboard_interactivity: KeyboardInteractivity::Exclusive, namespace: "cosmic-workspace-overview".into(), layer: Layer::Overlay,