From 830210524ae013251e1cfd00929ffd4bf0e61f7f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 18 Jun 2017 00:47:01 +0200 Subject: zsh/zprofile: Switch from ibus to fcitx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IBus doesn't let you specify a default mode for input methods, so the mozc one always starts in Direct Input mode. Core devs are according to mozc devs against changing the default? fcitx saves the last one properly instead though. Signed-off-by: Johannes Löthberg --- zsh/zprofile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh') 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) -- cgit v1.2.3-54-g00ecf