15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
|
#~/.xim template for users to set fcitx as default input method
|
||
|
#copy this file to ~/.xim
|
||
|
#logout and login again, that's all
|
||
|
#for more infomations, see ~/.xim.template
|
||
|
|
||
|
#if any program can't input Chinese, try export LC_CTYPE=zh_CN.UTF-8, e.g
|
||
|
|
||
|
#export LC_CTYPE=zh_CN.UTF-8
|
||
|
export XMODIFIERS="@im=fcitx"
|
||
|
export GTK_IM_MODULE=xim
|
||
|
export QT_IM_SWITCHER=imsw-multi
|
||
|
export QT_IM_MODULE=xim
|
||
|
fcitx -d
|
||
|
|