mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
wiki: Update blur example from foot to alacritty
This commit is contained in:
@@ -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:
|
You can also enable blur on the niri side with the `blur true` background effect window rule:
|
||||||
|
|
||||||
```kdl
|
```kdl
|
||||||
// Enable blur behind the foot terminal.
|
// Enable blur behind the Alacritty terminal.
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="^foot$"
|
match app-id="^Alacritty$"
|
||||||
|
|
||||||
background-effect {
|
background-effect {
|
||||||
blur true
|
blur true
|
||||||
|
|||||||
Reference in New Issue
Block a user