From 86ef85efaec16a20816d64d4c6aff34c01c0c9b7 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 12 May 2023 01:07:46 +0100 Subject: [PATCH] layershell: don't enter on unmapped ls --- src/events/Layers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/Layers.cpp b/src/events/Layers.cpp index 32c58f5d..88f9a70b 100644 --- a/src/events/Layers.cpp +++ b/src/events/Layers.cpp @@ -325,7 +325,7 @@ void Events::listener_commitLayerSurface(void* owner, void* data) { if (layersurface->layerSurface->current.keyboard_interactive && (!g_pCompositor->m_sSeat.mouse || !g_pCompositor->m_sSeat.mouse->currentConstraint) // don't focus if constrained - && !layersurface->keyboardExclusive) { + && !layersurface->keyboardExclusive && layersurface->mapped) { g_pCompositor->focusSurface(layersurface->layerSurface->surface); const auto LOCAL =