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