From 131fbdd6c108f0931ae9a655690202ec150af81f Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Thu, 7 Aug 2008 14:15:11 +0800 Subject: Use sleep as fake xim server. --- xinput-ibus | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xinput-ibus') diff --git a/xinput-ibus b/xinput-ibus index 4f2777f..4e516b6 100644 --- a/xinput-ibus +++ b/xinput-ibus @@ -1,6 +1,7 @@ XIM=ibus -XIM_PROGRAM="/bin/cat /dev/zero" -XIM_ARGS="" +# define a fake XIM program +XIM_PROGRAM="/bin/sleep" +XIM_ARGS="0xefffffff" PREFERENCE_PROGRAM=/usr/bin/ibus-setup SHORT_DESC="IBus" GTK_IM_MODULE=ibus -- cgit