summaryrefslogtreecommitdiffstats
path: root/misc/ibus/profile.d/ibus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ibus/profile.d/ibus.sh')
-rw-r--r--misc/ibus/profile.d/ibus.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/ibus/profile.d/ibus.sh b/misc/ibus/profile.d/ibus.sh
deleted file mode 100644
index 86fd88d8d7..0000000000
--- a/misc/ibus/profile.d/ibus.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-# ibus - Intelligent Input Bus for Linux / Unix OS. This is used to support the
-# entering of text in non-US-English languages.
-
-if [ -x /usr/bin/ibus-daemon ]; then
- # Enable legacy X applications to use ibus:
- export XMODIFIERS="@im=ibus"
- # Enable Qt/KDE applications to use ibus.
- export QT_IM_MODULE="ibus"
- # Enable GTK applications to use ibus:
- export GTK_IM_MODULE="ibus"
- # Make ibus start automatically if the "magic key" Ctrl-Space is pressed:
- export XIM_PROGRAM="/usr/bin/ibus-daemon -xdrt"
-fi
-