From d1531632a221438bcebf76e111f044aac94d8e39 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 Jan 2022 10:47:18 +0530 Subject: [PATCH] Add some notes on how to run IBUS for testing --- glfw/ibus_glfw.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/glfw/ibus_glfw.c b/glfw/ibus_glfw.c index cbe80bd74..4cba0c33e 100644 --- a/glfw/ibus_glfw.c +++ b/glfw/ibus_glfw.c @@ -24,6 +24,17 @@ // //======================================================================== +/* To test under X11 start IBUS as: + * ibus-daemon -drxR + * Setup the input sources you want with: + * ibus-setup + * Switch to the input source you want to test with: + * ibus engine name + * You can list available engines with: + * ibus list-engine + * Then run kitty as: + * GLFW_IM_MODULE=ibus kitty + */ #define _GNU_SOURCE #include #include