From 0c9e4815776c2805a6b5212ba443ee3e133103b8 Mon Sep 17 00:00:00 2001 From: Benjamin Port Date: Tue, 2 Jun 2020 15:51:05 +0200 Subject: [PATCH] Dock with windows go below will be on top of all windows and same layer of above windows --- xdgshellclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdgshellclient.cpp b/xdgshellclient.cpp index 5923743a80..0ea08021cf 100644 --- a/xdgshellclient.cpp +++ b/xdgshellclient.cpp @@ -1068,8 +1068,8 @@ Layer XdgToplevelClient::layerForDock() const case PlasmaShellSurfaceInterface::PanelBehavior::WindowsCanCover: return NormalLayer; case PlasmaShellSurfaceInterface::PanelBehavior::AutoHide: - return AboveLayer; case PlasmaShellSurfaceInterface::PanelBehavior::WindowsGoBelow: + return AboveLayer; case PlasmaShellSurfaceInterface::PanelBehavior::AlwaysVisible: return DockLayer; default: