aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-06-18 00:47:01 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-18 00:47:01 +0200
commit830210524ae013251e1cfd00929ffd4bf0e61f7f (patch)
tree6d6bb08e240c9509f2206466debceae31a5af888 /zsh
parente724588d5f93e1332c295411b5cbae6bd7062cbc (diff)
downloaddotfiles-830210524ae013251e1cfd00929ffd4bf0e61f7f.tar.xz
zsh/zprofile: Switch from ibus to fcitx
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 <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-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)