Re: Choosing the Window Menager

2001-02-13 Thread Vittorio De Martino
IThank you for your help

Re: Choosing the Window Menager

2001-02-13 Thread Moritz Schulte
Vittorio De Martino <[EMAIL PROTECTED]> writes: > I installed Debian potato 2.2.r2 with X and Enlightenment and Wmaker. Upon > startup X chooses the former while I'like like to start with the latter. > Where can I tell X to start with Wmaker instead of Enlightenment? See man update-alternatives.

Re: Choosing the Window Menager

2001-02-13 Thread Tom Pfeifer
You can use the following command as root... update-alternatives --config x-window-manager ...when you run it, it will look like this: [EMAIL PROTECTED]:~# update-alternatives --config x-window-manager There are 3 programs which provide `x-window-manager'. SelectionCommand --

RE: Choosing the Window Menager

2001-02-13 Thread Jimmy Richards
Hi. If you're using the 'startx' command, make a file called .xinitrc in your home directory like this...(replace 'vi' with your favorite text editor) vi ~/.xinitrc then put the following in the file... #!/bin/sh wmaker that's it! it should start windowmaker with a startx command. good luck