]> icculus.org git repositories - dana/openbox.git/blob - data/xsession/openbox-kde-session.in
split the version.h into render/ and obt/ copies, with the appropriate version info
[dana/openbox.git] / data / xsession / openbox-kde-session.in
1 #!/bin/sh
2
3 if test -n "$1"; then
4     echo "Syntax: openbox-kde-session"
5     echo
6     echo "See the openbox-kde-session(1) manpage for help."
7   exit
8 fi
9
10 # Run KDE with Openbox as its window manager
11 export KDEWM="@bindir@/openbox"
12 exec startkde "$@"