diff options
Diffstat (limited to 'skel/.xprofile')
-rw-r--r-- | skel/.xprofile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skel/.xprofile b/skel/.xprofile new file mode 100644 index 0000000..64e8eca --- /dev/null +++ b/skel/.xprofile @@ -0,0 +1,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 |