1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

niri: simple blur rule

This commit is contained in:
bbedward
2025-10-28 12:49:49 -04:00
parent a9f8b835ee
commit 0a5105cc62
2 changed files with 0 additions and 12 deletions

View File

@@ -438,15 +438,9 @@ layer-rule {
If using "Blur Layer" option, you may want the blurred layer to appear on overview only, that can be done with some layer rules:
```kdl
layer-rule {
match namespace="dms:blurwallpaper"
opacity 0.0
}
layer-rule {
match namespace="dms:blurwallpaper"
place-within-backdrop true
opacity 1.0
}
```

View File

@@ -1,10 +1,4 @@
layer-rule {
match namespace="dms:blurwallpaper"
opacity 0.0
}
layer-rule {
match namespace="dms:blurwallpaper"
place-within-backdrop true
opacity 1.0
}