summaryrefslogtreecommitdiff
path: root/skel/.xprofile
diff options
context:
space:
mode:
authorBlackNoxis <stevencristian@hotmail.com>2012-05-26 19:52:44 +0300
committerBlackNoxis <stevencristian@hotmail.com>2012-05-26 19:52:44 +0300
commit169a2c200f3ed5cba92dff2b5b4754135e9700b8 (patch)
tree0786dbd43b170869bc682308b891b208d4046e31 /skel/.xprofile
roskell on
Diffstat (limited to 'skel/.xprofile')
-rw-r--r--skel/.xprofile7
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