aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/zprofile6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/zprofile b/zsh/zprofile
index bd5dd5b..98e35e8 100644
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -47,9 +47,9 @@ export SHORTHOST=$(hostname -s)
# Don’t use the default venv prompt in favor of our custom one
export VIRTUAL_ENV_DISABLE_PROMPT=1
-export GTK_IM_MODULE=ibus
-export XMODIFIERS=@im=ibus
-export QT_IM_MODULE=ibus
+export GTK_IM_MODULE=fcitx
+export QT_IM_MODULE=fcitx
+export XMODIFIERS=@im=fcitx
# LS_COLORS is now required for `ls` to use colors
source <(dircolors -b "$XDG_CONFIG_HOME"/dircolors)