variables: add input_methods and input_methods_ignorealpha (#880)

This commit is contained in:
Ryan 2024-11-23 09:29:40 -05:00 committed by GitHub
parent 5865bfbe14
commit 1fc4470a91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,8 @@ _Subcategory `decoration:blur:`_
| special | whether to blur behind the special workspace (note: expensive) | bool | false | | 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 | 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 | | 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 >}} {{< callout type=info >}}