mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 03:30:03 +00:00
Wayland Layers: Breaking changes
- renamed some layers from "quickshell-*" to "noctalia-*" - added screen name to all layers, ex: "noctalia-wallpaper-DP1" - added a way to disable overview management in the settings, this allow stationnary wallpaper on niri
This commit is contained in:
@@ -205,7 +205,7 @@ Variants {
|
||||
focusable: false
|
||||
color: Color.transparent
|
||||
|
||||
WlrLayershell.namespace: "noctalia-dock-peek"
|
||||
WlrLayershell.namespace: "noctalia-dock-peek-" + (screen?.name || "unknown")
|
||||
WlrLayershell.exclusionMode: ExclusionMode.Ignore
|
||||
implicitHeight: peekHeight
|
||||
|
||||
@@ -244,7 +244,7 @@ Variants {
|
||||
focusable: false
|
||||
color: Color.transparent
|
||||
|
||||
WlrLayershell.namespace: "noctalia-dock-main"
|
||||
WlrLayershell.namespace: "noctalia-dock-" + (screen?.name || "unknown")
|
||||
WlrLayershell.exclusionMode: exclusive ? ExclusionMode.Auto : ExclusionMode.Ignore
|
||||
|
||||
// Size to fit the dock container exactly
|
||||
|
||||
Reference in New Issue
Block a user