Tanggal 11 Feb 2001, dari Jim Skoff :
> Hi, this is a very newbie like question but I just installed Mandrake 7.2 
> and can't find where I can switch window managers. I wan't to run Window 
> Maker. Can anyone help?

type this at your console:
echo "wmaker" > ~/.xinitrc

next time if you want to go back to KDE, simply remove the file:
rm ~/.xinitrc


or make a file called "wmaker" with this 3 lines:

#!/bin/bash
echo "wmaker" > ~/.xinitrc;
startx

save it, and do:
chmod +x wmaker

to execute it:
./wmaker


you can make this file as many as you like.
another example:

#!/bin/bash
echo "gkrellm &" > ~/.xinitrc;
echo "xterm -e pine &" >> ~/.xinitrc;
echo "blackbox" >> ~/.xinitrc;
startx


> Thanks in advance,
> Jim
> 


-- 
Ribbo

"Oooo. Don'tcha just hate it when that happens."
        -- Sarge, Quake 3 Arena

Reply via email to