diff --git a/home/homemodules/niri/default.nix b/home/homemodules/niri/default.nix index 31ea712f..14dc4084 100644 --- a/home/homemodules/niri/default.nix +++ b/home/homemodules/niri/default.nix @@ -285,10 +285,15 @@ in { layer-rules = [ { - # Set the overview wallpaper on the backdrop. + # Set the overview wallpaper on the backdrop (Noctalia). matches = [{namespace = "^noctalia-overview*";}]; place-within-backdrop = true; } + { + # Set the overview wallpaper on the backdrop (DMS). + matches = [{namespace = "^dms:blurwallpaper$";}]; + place-within-backdrop = true; + } ]; debug = {