Use fcitx5 for input methods

This commit is contained in:
Ohad Livne 2025-06-04 22:44:34 +03:00
parent 2dc8fc2ca9
commit f5ff9e854f
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
5 changed files with 110 additions and 9 deletions

View file

@ -27,8 +27,8 @@ if [ -d "$HOME/.local/bin" ] ; then
fi
umask 0007
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
export XMODIFIERS="@im=fcitx"
export PATH=/home/ohad/.local/bin:${PATH}