Dock with windows go below will be on top of all windows and same layer of above windows
This commit is contained in:
parent
78d00f6d69
commit
0c9e481577
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue