From: Don Armstrong Date: Thu, 27 Dec 2012 22:38:16 +0000 (-0800) Subject: fix the language input to use xim X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=44b7ca6f073bfa4ac40690fc3c9c8d01dd105e4e;p=zsh.git fix the language input to use xim --- diff --git a/.zsh/zshenv/30_codeinput b/.zsh/zshenv/30_codeinput new file mode 100644 index 0000000..ad31e69 --- /dev/null +++ b/.zsh/zshenv/30_codeinput @@ -0,0 +1,4 @@ +# -*- mode: sh -*- +# fix the code input +export GTK_IM_MODULE=xim +export QT_IM_MODULE=xim