commit ad3af894fe0773500b2b7add9077b9f5ec6e710f parent 20777f2069ca765a8aa29f27c53343582029428a Author: Chris Bracken <cbracken@google.com> Date: Thu, 6 Sep 2012 09:45:24 -0700 Add ibus environment variables Diffstat:
M | .bashrc | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.bashrc b/.bashrc @@ -79,3 +79,11 @@ fi if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi + +# Disable Ubuntu Menu Proxy (I don't like it and causes gvim to write errors to stderr) +UBUNTU_MENUPROXY=0 + +# Use ibus for Japanese input +export GTK_IM_MODULE=ibus +export QT_IM_MODULE=ibus +export XMODIFIERS=@im=ibus