1

Modules/Niri: Place blurred wallpaper in overview backdrop

This commit is contained in:
2026-02-17 11:45:24 +01:00
parent fa286dce16
commit abdcbe2ce9

View File

@ -285,10 +285,15 @@ in {
layer-rules = [ layer-rules = [
{ {
# Set the overview wallpaper on the backdrop. # Set the overview wallpaper on the backdrop (Noctalia).
matches = [{namespace = "^noctalia-overview*";}]; matches = [{namespace = "^noctalia-overview*";}];
place-within-backdrop = true; place-within-backdrop = true;
} }
{
# Set the overview wallpaper on the backdrop (DMS).
matches = [{namespace = "^dms:blurwallpaper$";}];
place-within-backdrop = true;
}
]; ];
debug = { debug = {