allow blurls by address

This commit is contained in:
vaxerski 2023-02-25 17:41:27 +00:00
parent 7cabd2ba1d
commit 5306343a2f
1 changed files with 6 additions and 3 deletions

View File

@ -149,13 +149,16 @@ If you really want to blur them, use `blurls=`
```ini
blurls=NAMESPACE
# or
blurls=address:0x<ADDRESS>
```
where `NAMESPACE` is the namespace of the layerSurface. (You can get it from
`hyprctl layers`)
you can get the namespace / address from `hyprctl layers`.
To remove a namespace from being blurred (useful in dynamic situations) use:
To remove a blurls rule (useful in dynamic situations) use:
```ini
blurls=remove,NAMESPACE
# or
blurls=remove,0x<ADDRESS>
```