diff options
Diffstat (limited to 'misc/fcitx/fcitx.sh')
-rw-r--r-- | misc/fcitx/fcitx.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/fcitx/fcitx.sh b/misc/fcitx/fcitx.sh new file mode 100644 index 0000000000..2845a17b07 --- /dev/null +++ b/misc/fcitx/fcitx.sh @@ -0,0 +1,6 @@ +#!/bin/sh +export GTK_IM_MODULE=xim +export XMODIFIERS="@im=fcitx" +export XIM=fcitx +export XIM_PROGRAM=fcitx + |