]> Dogcows Code - chaz/openbox/blobdiff - data/autostart.sh
add focused check to if action
[chaz/openbox] / data / autostart.sh
index b0f421da24289eef8ab030a0638c7a690db17c57..4c6352029b3fd46eee0911ebb2a9f14abb9dfb72 100644 (file)
@@ -1,4 +1,5 @@
-#!/bin/sh
+# This shell script is run before Openbox launches.
+# Environment variables set here are passed to the Openbox session.
 
 # Set a background color
 BG=""
@@ -29,11 +30,3 @@ 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.020955 seconds and 4 git commands to generate.