#!/bin/sh
# Run KDE with Openbox as its window manager
export KDEWM="@bindir@/openbox"
export OPENBOX_CONFIG_NAMESPACE="kde"
exec startkde "$@"