Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Created February 5, 2012 16:57
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 penguin2716/1746566 to your computer and use it in GitHub Desktop.
Save penguin2716/1746566 to your computer and use it in GitHub Desktop.
~/.xprofile for ibus
# do not forget to run dbus
export XIM=ibus
export XIM_PROGRAM=/usr/bin/ibus-daemon
export XIM_ARGS="--xim"
export XMODIFIERS=@im=ibus
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
export DefaultIMModule=ibus
ibus-daemon -d -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment