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/?p=zsh.git;a=commitdiff_plain;h=44b7ca6f073bfa4ac40690fc3c9c8d01dd105e4e;hp=81f1d78e9284a4f0b8be2a7a38b51671d109f4f0 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