fix(fcitx5): Stop fcitx5 from yelling at me for using Wayland

This commit is contained in:
Ahmad Ansori Palembani 2024-05-15 08:47:15 +07:00
parent a2e7390d19
commit e5b1940df2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -48,6 +48,11 @@ if [[ "$XDG_SESSION_TYPE" != "wayland" ]]; then
export QT_IM_MODULE="ibus"
export GLFW_IM_MODULE="ibus"
export XMODIFIERS=@im="ibus"
else
unset GTK_IM_MODULE
unset QT_IM_MODULE
unset GLFW_IM_MODULE
unset XMODIFIERS
fi
# -- rootless docker