mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
chore(MainScreen): Quickshell default layer is WlrLayer.Top, let's set them explicitely for clarity
This commit is contained in:
@@ -43,10 +43,7 @@ PanelWindow {
|
||||
Logger.d("MainScreen", "Initialized for screen:", screen?.name, "- Dimensions:", screen?.width, "x", screen?.height, "- Position:", screen?.x, ",", screen?.y);
|
||||
}
|
||||
|
||||
// Wayland
|
||||
// As this is always rendered, putting it on the top layer
|
||||
// would prevent direct scanout for other Wayland clients.
|
||||
// WlrLayershell.layer: WlrLayer.Top
|
||||
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