containers: Add fcitx support

This commit is contained in:
Donovan Glover 2023-07-10 21:56:25 -04:00
parent 8fa673095e
commit 5352c9a613
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -39,6 +39,11 @@
XDG_RUNTIME_DIR = "/run/user/1000";
DISPLAY = ":0";
XCURSOR_SIZE = "24";
GTK_IM_MODULE = "fcitx";
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";
SDL_IM_MODULE = "fcitx";
GLFW_IM_MODULE = "ibus";
};
};