IThank you for your help
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.
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
--
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
4 matches
Mail list logo