Modules/Niri: Place blurred wallpaper in overview backdrop
This commit is contained in:
@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user