mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
allow blurls by address
This commit is contained in:
parent
7cabd2ba1d
commit
5306343a2f
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue