Skip to content

Instantly share code, notes, and snippets.

@wenxingxing
Created November 4, 2019 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenxingxing/1eabecf7a2bfc2f003bfa634e8711cea to your computer and use it in GitHub Desktop.
Save wenxingxing/1eabecf7a2bfc2f003bfa634e8711cea to your computer and use it in GitHub Desktop.
$ 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