On Mon, 18 Jan 1999, Andreas Pour wrote:
> Andreas Pour wrote:
[ snip ]
Why not just use a slightly modified version of the startx script instead
? you just need to insert something like
---
if [ -n "$KDEDIR" ]; then
userclientrc=${KDEDIR}/bin/startkde
else
userclientrc=${HOME}/.xinitrc
fi
---
in the first part of the startx script.
cheers,
-- Donovan