Skip to content

Instantly share code, notes, and snippets.

@lambdalisue
Created September 4, 2011 08:51
Show Gist options
  • Select an option

  • Save lambdalisue/1192542 to your computer and use it in GitHub Desktop.

Select an option

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