containers(wine): remove unused fcitx variables

This doesn't seem to be needed inside the container since the host fcitx
is used.
This commit is contained in:
Donovan Glover 2024-10-22 15:51:36 -04:00
parent 4c45006c76
commit 6096911759
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -99,10 +99,6 @@ in
WAYLAND_DISPLAY = "wayland-1"; WAYLAND_DISPLAY = "wayland-1";
XDG_RUNTIME_DIR = "/run/user/1000"; XDG_RUNTIME_DIR = "/run/user/1000";
DISPLAY = ":0"; DISPLAY = ":0";
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";
SDL_IM_MODULE = "fcitx";
GLFW_IM_MODULE = "ibus";
LC_ALL = "ja_JP.UTF-8"; LC_ALL = "ja_JP.UTF-8";
TZ = "Asia/Tokyo"; TZ = "Asia/Tokyo";
}; };