fixed: typo referencing old blurls (#216)

Also add an example on how to unset a layer rule
This commit is contained in:
primalmotion 2023-05-05 06:40:51 -07:00 committed by GitHub
parent 66874eb420
commit 0aac915fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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 >}}