From 4f01de3c46a5a1987d5369f4092ea734799bf5a6 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 21 Feb 2023 15:20:43 -0800 Subject: [PATCH] Rename layer-shell namespace with "cosmic-" prefix --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5441429..18e4dae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -143,7 +143,7 @@ impl App { get_layer_surface(SctkLayerSurfaceSettings { id, keyboard_interactivity: KeyboardInteractivity::Exclusive, - namespace: "workspace-overview".into(), + namespace: "cosmic-workspace-overview".into(), layer: Layer::Overlay, size: Some((Some(width as _), Some(height as _))), output: IcedOutput::Output(output),