#!/bin/sh

# Run KDE with Openbox as its window manager
export KDEWM="/usr/bin/openbox"
exec startkde "$@"
