From 44b7ca6f073bfa4ac40690fc3c9c8d01dd105e4e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 27 Dec 2012 14:38:16 -0800 Subject: [PATCH] fix the language input to use xim --- .zsh/zshenv/30_codeinput | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .zsh/zshenv/30_codeinput 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 -- 2.39.2