From b11d260dbed6faa93eb6c0393e0b284231e4055e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 May 2007 19:04:48 +0000 Subject: add SCIM support to the default autostart. make the autostart run before openbox. --- data/xsession/openbox-session.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'data/xsession') diff --git a/data/xsession/openbox-session.in b/data/xsession/openbox-session.in index c466f17d..b3f1c057 100644 --- a/data/xsession/openbox-session.in +++ b/data/xsession/openbox-session.in @@ -4,12 +4,10 @@ AUTOSTART="$HOME/.config/openbox/autostart.sh" GLOBALAUTOSTART="@configdir@/openbox/autostart.sh" if test -e $AUTOSTART; then - # sleep for 1 second so Openbox is there before anything else - (sleep 1 && . $AUTOSTART) & + . $AUTOSTART else if test -e $GLOBALAUTOSTART; then - # sleep for 1 second so Openbox is there before anything else - (sleep 1 && . $GLOBALAUTOSTART) & + . $GLOBALAUTOSTART fi fi -- cgit v1.2.3