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:
ItsLemmy
2025-11-04 20:07:48 -05:00
parent 6a8c6a8914
commit 0e41306f73
15 changed files with 137 additions and 87 deletions
+1
View File
@@ -246,6 +246,7 @@ Singleton {
// wallpaper
property JsonObject wallpaper: JsonObject {
property bool enabled: true
property bool overviewEnabled: true
property string directory: ""
property bool enableMultiMonitorDirectories: false
property bool recursiveSearch: false