pre-calc the sum of a picture added to an RrImage rather than calculating it every...
[mikachu/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 "$@"