On 2009-02-27, Mark Goldshtein <mark.goldsht...@gmail.com> wrote:
> Actually, the task is not to start WindowMaker instead of KDE. I need
> them both and seek for ability to choose one at the moment of X
> session started. According to your method, will I have a chance to
> start X session with KDE?

I do the following (you'll need to install dmenu) in my .xinitrc:

WM=`dmenu -p "Window manager:" <<EOF
ratpoison
startfluxbox
EOF`
xterm &
exec $WM

which gives me the choice of ratpoison or fluxbox.  You can put
whatever you want (WindowMaker, startkde, gnome-session, ...) between
the WM= and EOF lines.

HTH.

-- 
Eric S Fraga, UCL
BF >++++++++++[>++++++++++>+++++++++++[<]>-]>++.>++++.<-----.++++++.------.


-- 
To UNSUBSCRIBE, email to debian-laptop-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to