diff options
Diffstat (limited to 'misc/fcitx/profile.d/fcitx.sh')
-rw-r--r-- | misc/fcitx/profile.d/fcitx.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/fcitx/profile.d/fcitx.sh b/misc/fcitx/profile.d/fcitx.sh new file mode 100644 index 000000000000..b4a54895171f --- /dev/null +++ b/misc/fcitx/profile.d/fcitx.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +export XMODIFIERS="@im=fcitx" +export XIM=fcitx +export XIM_PROGRAM=fcitx +export GTK_IM_MODULE=fcitx #=xim +export QT_IM_MODULE=fcitx #=xim
\ No newline at end of file |