Skip to content

Instantly share code, notes, and snippets.

@liyu1981
Created January 21, 2014 13:22
Show Gist options
  • Select an option

  • Save liyu1981/8539906 to your computer and use it in GitHub Desktop.

Select an option

Save liyu1981/8539906 to your computer and use it in GitHub Desktop.
Setting for fcitx
#setup XIM environment
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
if [ -z `pidof fcitx` ]; then
fcitx
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment