Created
February 16, 2013 13:41
-
-
Save danhper/4966983 to your computer and use it in GitHub Desktop.
X ibus config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export XMODIFIERS="@im=ibus" | |
export XIM=ibus | |
export XIM_PROGRAM=/usr/bin/ibus-daemon | |
export XIM_ARGS="--xim" | |
export GTK_IM_MODULE="ibus" | |
export QT_IM_MODULE="ibus" | |
ibus-daemon --xim -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment