From 4e21a1419f0c3cd462e6fb11b5f99521e1d3f21a Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 28 Feb 2022 14:16:41 +0100 Subject: [PATCH] added settings for fcitx to enable Japanese input. --- zsh/.zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0aa2fd5..a61efe4 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -157,3 +157,9 @@ else fi unset __conda_setup # <<< conda initialize <<< + + +# fcitx init +export export GTK_IM_MODULE=fcitx +export QT_IM_MODULE=fcitx +export XMODIFIERS=@im=fcitx