Skip to content

Instantly share code, notes, and snippets.

@lambdalisue
Created September 4, 2011 08:51
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 lambdalisue/1192542 to your computer and use it in GitHub Desktop.
Save lambdalisue/1192542 to your computer and use it in GitHub Desktop.
xprofile
# iBUS
#export XMODIFIERS="@im=ibus"
#export GTK_IM_MODULE="ibus"
#export QT_IM_MODULE="xim"
#ibus-daemon -d -x
# uim
export XMODIFIERS="@im=uim"
export GTK_IM_MODULE="uim"
export QT_IM_MODULE="uim"
exec uim-toolbar-gtk-systray &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment