#!/bin/sh
#
export WAYLAND_CLIENT_DIR=/tmp
export WESTON_CONFIG=/etc/xdg/weston/weston-user.ini
weston -i0 --log=$XDG_RUNTIME_DIR/weston.log --backend=wayland-backend.so
