]> Dogcows Code - chaz/openbox/blobdiff - data/autostart.sh
add SCIM support to the default autostart. make the autostart run before openbox.
[chaz/openbox] / data / autostart.sh
index 962cae071a739a571c827dd6629ad47131107d19..b0f421da24289eef8ab030a0638c7a690db17c57 100644 (file)
@@ -29,3 +29,11 @@ fi
 if which start_kdeinit >/dev/null; then
   LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
 fi
+
+# Support for SCIM
+if which scim >/dev/null; then
+  export XMODIFIERS=@im=SCIM
+  export GTK_IM_MODULE=scim
+  export QT_IM_MODULE=scim
+  scim -d &
+fi
This page took 0.021604 seconds and 4 git commands to generate.