wiki: Update blur example from foot to alacritty

This commit is contained in:
Ivan Molodetskikh
2026-04-24 15:34:29 +03:00
parent 8d583fe854
commit 8a51935224
+2 -2
View File
@@ -17,9 +17,9 @@ In this case, the application will usually offer some "background blur" setting
You can also enable blur on the niri side with the `blur true` background effect window rule:
```kdl
// Enable blur behind the foot terminal.
// Enable blur behind the Alacritty terminal.
window-rule {
match app-id="^foot$"
match app-id="^Alacritty$"
background-effect {
blur true