1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04: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
-6
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
}
```
-6
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
}