summaryrefslogtreecommitdiff
path: root/skel/.xprofile
blob: 64e8eca44f378315db5f98db28848eb37aebe260 (plain)
1
2
3
4
5
6
7
# IME and non-roman fonts support
# see Sabayon bug #2518
if [ -x "/usr/bin/ibus-setup" ]; then
	export GTK_IM_MODULE=ibus
	export XMODIFIERS=@im=ibus
	export QT_IM_MODULE=xim
fi