aboutsummarylogtreecommitdiffstats
path: root/ime.sh
blob: a9a3e9c1bf07df1312280b235ce9285030252fae (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# To be copied to /etc/profile.d/ime.sh

# Identify fcitx as a input module for both GTK and QT apps
XMODIFIERS=@im=fcitx
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx

export XMODIFIERS GTK_IM_MODULE QT_IM_MODULE
echo we set XMODIFIERS GTK_IM_MODULE QT_IM_MODULE in profile.d