mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 12:43:14 +00:00
im/fcitx5: add GLFW_IM_MODULE session variable
This lets fcitx5 be used within the kitty terminal emulator. See https://wiki.archlinux.org/title/Kitty#Enable_IME_support for more.
This commit is contained in:
parent
86bc0e349f
commit
da3b8049fd
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ in {
|
|||
i18n.inputMethod.package = fcitx5Package;
|
||||
|
||||
home.sessionVariables = {
|
||||
GLFW_IM_MODULE = "ibus"; # IME support in kitty
|
||||
GTK_IM_MODULE = "fcitx";
|
||||
QT_IM_MODULE = "fcitx";
|
||||
XMODIFIERS = "@im=fcitx";
|
||||
|
|
Loading…
Reference in a new issue