From 283876e4ed70239faf55596d203e5f7c42f6f57f Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Thu, 21 Nov 2024 21:29:05 -0500 Subject: [PATCH] variables: add input_methods and input_methods_ignorealpha --- pages/Configuring/Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index d5d33cee..951dd377 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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 >}}