variables: add input_methods and input_methods_ignorealpha

This commit is contained in:
ErrorNoInternet 2024-11-21 21:29:05 -05:00
parent 0803179626
commit 283876e4ed
No known key found for this signature in database
GPG key ID: 2486BFB7B1E6A4A3

View file

@ -137,6 +137,8 @@ _Subcategory `decoration:blur:`_
| special | whether to blur behind the special workspace (note: expensive) | bool | false |
| popups | whether to blur popups (e.g. right-click menus) | bool | false |
| popups_ignorealpha | works like ignorealpha in layer rules. If pixel opacity is below set value, will not blur. [0.0 - 1.0] | float | 0.2 |
| input_methods | whether to blur input methods (e.g. fcitx5) | bool | false |
| input_methods_ignorealpha | works like ignorealpha in layer rules. If pixel opacity is below set value, will not blur. [0.0 - 1.0] | float | 0.2 |
{{< callout type=info >}}