mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Add some notes on how to run IBUS for testing
This commit is contained in:
11
glfw/ibus_glfw.c
vendored
11
glfw/ibus_glfw.c
vendored
@@ -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 <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user