Created
November 4, 2019 09:49
-
-
Save wenxingxing/1eabecf7a2bfc2f003bfa634e8711cea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo pacman -S ibus ibus-rime | |
$ sudo pacman -S ttf-dejavu adobe-source-han-sans-otc-fonts | |
$ cat .xinitrc | |
... | |
export GTK_IM_MODULE=ibus | |
export QT_IM_MODULE=ibus | |
export XMODIFIERS="@im=ibus" | |
... | |
$ sudo reboot | |
ref:http://leetschau.github.io/blog/2014/10/15/084044/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment