From 04652a38185ab569c0690178ca9dc00dcca315e2 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 31 May 2025 12:46:26 +0200 Subject: [PATCH] zprofile: Set env vars for Fcitx Use Fcitx to ad-hoc change input methods. --- .zprofile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zprofile b/.zprofile index 7c2dd02..eedc7c6 100644 --- a/.zprofile +++ b/.zprofile @@ -29,3 +29,8 @@ fi # ssh agent eval `ssh-agent` + +# fcitx setup +export XMODIFIERS=@im=fcitx +export QT_IM_MODULE=fcitx +export GTK_IM_MODULE=fcitx