Just a sidenote:

On Sat, 12 Jul 2008 16:07:32 +0100, Frank Shute <[EMAIL PROTECTED]> wrote:
> If you use xdm(1) or similar display manager, then you want to put
> that line in ~/.xsession

An option to have all settings in one file (traditionally the
~/.xinirc file) is to create a ~/.xsession file with these three
lines:

        #!/bin/csh
        source ~/.cshrc
        exec ~/.xinitrc

Then, your ~/.xinitrc can contain any xmodmap call you want,
for exmaple:

        xmodmap ~/.xmodmaprc

So you don't run into trouble where to configure your X session.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to