mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
MainScreen/PanelWindow: do not put on top layer
That would prevent direct scanout for other clients.
This commit is contained in:
@@ -44,7 +44,9 @@ PanelWindow {
|
||||
}
|
||||
|
||||
// Wayland
|
||||
WlrLayershell.layer: WlrLayer.Top
|
||||
// As this is always rendered, putting it on the top layer
|
||||
// would prevent direct scanout for other Wayland clients.
|
||||
// WlrLayershell.layer: WlrLayer.Top
|
||||
WlrLayershell.namespace: "noctalia-background-" + (screen?.name || "unknown")
|
||||
WlrLayershell.exclusionMode: ExclusionMode.Ignore // Don't reserve space - BarExclusionZone handles that
|
||||
WlrLayershell.keyboardFocus: {
|
||||
|
||||
Reference in New Issue
Block a user