X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=data%2Fxsession%2Fopenbox-session.in;h=b3f1c0574b8742883b0ce6d1b28714df69538390;hb=53066b1808701dc6c3497b2a4741ed6b82002c8f;hp=c466f17de26f908b975dab24a968d6ea88ca5f57;hpb=b74cff0302e70d702e958a8205a6f6e2e2858192;p=chaz%2Fopenbox 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