#!/bin/sh

XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`

  matchbox-desktop &

matchbox-panel  --orientation south &
exec matchbox-window-manager $@