Skip to content

Commit

Permalink
variables: add input_methods and input_methods_ignorealpha (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet authored Nov 23, 2024
1 parent 5865bfb commit 1fc4470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down

0 comments on commit 1fc4470

Please sign in to comment.