From ec8b2f9c1c5ed5877acd8fdb6079cf839e47bbb6 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 8 Aug 2023 22:44:00 +0200 Subject: [PATCH] added fcitx support --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 399eb65..558d32e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,6 +15,11 @@ export ZSH="/home/paul/.oh-my-zsh" # set default text editor export EDITOR="nvim" +# fcitx support +export GTK_IM_MODULE=fcitx +export QT_IM_MODULE=fcitx +export XMODIFIERS="@im=fcitx" + # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME