From 29a960c3998ffed10be8ca1d006cdc9fbedd8599 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 3 Sep 2020 13:23:17 +0300 Subject: [PATCH] Set the skip switcher flag for InputPanelV1Client surfaces Set the skip switcher flag to indicate that input panel surfaces do not show up in the tabbox. --- inputpanelv1client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/inputpanelv1client.cpp b/inputpanelv1client.cpp index 241b5416b0..93748b8a31 100644 --- a/inputpanelv1client.cpp +++ b/inputpanelv1client.cpp @@ -27,6 +27,7 @@ InputPanelV1Client::InputPanelV1Client(InputPanelSurfaceV1Interface *panelSurfac : WaylandClient(panelSurface->surface()) , m_panelSurface(panelSurface) { + setSkipSwitcher(true); setSkipPager(true); setSkipTaskbar(true); setupCompositing();