aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env8
1 files changed, 8 insertions, 0 deletions
diff --git a/.env b/.env
index a41f106..f91f835 100644
--- a/.env
+++ b/.env
@@ -12,3 +12,11 @@ export FZF_DEFAULT_COMMAND='find . -type f'
if [ -f /usr/bin/fd ];then
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
fi
+
+if type fcitx5 > /dev/null; then
+ export GTK_IM_MODULE=fcitx
+ export QT_IM_MODULE=fcitx
+ export XMODIFIERS=@im=fcitx
+ export INPUT_METHOD=fcitx
+ export SDL_IM_MODULE=fcitx
+fi