# This file is run by matchbox

IS_RUNLEVEL_4=$(runlevel | grep -c 4)

if [[ "$IS_RUNLEVEL_4" != "0" ]] ; then
    exec release-gui $@
else
    exec matchbox-window-manager -theme viavi -use_titlebar no $@
fi
