Use fcitx5 for input methods
This commit is contained in:
parent
2dc8fc2ca9
commit
f5ff9e854f
5 changed files with 110 additions and 9 deletions
6
.profile
6
.profile
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue