mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
fixed: typo referencing old blurls (#216)
Also add an example on how to unset a layer rule
This commit is contained in:
parent
66874eb420
commit
0aac915fcd
1 changed files with 7 additions and 1 deletions
|
@ -160,12 +160,18 @@ layerrule = blur,address:0x<ADDRESS>
|
|||
|
||||
you can get the namespace / address from `hyprctl layers`.
|
||||
|
||||
To remove a blurls rule (useful in dynamic situations) use:
|
||||
To remove a layer rule (useful in dynamic situations) use:
|
||||
|
||||
```ini
|
||||
layerrule = unset,<whatever you used before>
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
```ini
|
||||
layerrule = unset,NAMESPACE
|
||||
```
|
||||
|
||||
# Setting the environment
|
||||
|
||||
{{< hint type=note >}}
|
||||
|
|
Loading…
Reference in a new issue