[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Graphical Login questions
On Sat, Nov 04, 2000 at 07:24:03AM -0600, George Nelson wrote:
> I enabled graphical login in rc.conf. I like it but the only thing that
> stops me from using it is that it loads the default bsd window
> manager. I'm curious as to if it is possible to have Window Maker be the
> windowmanager that is used instead and have it automaticaly run
> wmaker.inst if the user has never done so? If so, how do I configure my
> box for this?
Presumably you are able to start windowmaker from a console login using startx,
correct? If so you could simply create a symlink from your existing .xinitrc
file to .xsession. startx sources .xinitrc, xdm sources .xsession. The only
difference is that .xsession must be executable, therefore I would do the
following:
$ chmod u+x .xinitrc
$ ln -s .xinitrc .xsession
--
abelo at uswest dot net
NoWhatWhat
OpenBSD 2.7
:wq