mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
variables: add input_methods and input_methods_ignorealpha
This commit is contained in:
parent
0803179626
commit
283876e4ed
1 changed files with 2 additions and 0 deletions
|
@ -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 >}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue