#!/bin/sh SHOWCURSOR="no" matchbox-desktop --icon-size 96 \ --icon-padding 60 \ --font sans-16 \ --titlefont sans-20:bold \ --bg img-tiled:/usr/share/themes/openmoko-standard/gtk-2.0/mokopanedwindow-upper-enclosing.png & # --bg col-gradient-vertical:#000000,#aaaaaa & matchbox-panel & matchbox-panel -ns -nm --id 2 & exec matchbox-window-manager -use_titlebar no -use_cursor $SHOWCURSOR $@