[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xmodmap automatically (.xsession or .xinitrc does not work)



2004. május 3. 20:34 dátummal Uwe Brauer ezt írta:
> hi
>
> Thanks but it seems that the Xsession file include the relevant
> .xession file
>
> Even in contains
>
> USRMODMAP=$HOME/.Xmodmap
>
> STARTUP=$HOME/.xsession
> ALTSTARTUP=$HOME/.Xsession
>
This doesn't mean that it includes the files, it is just a variable 
which locates the user's .xsession file. Look for a line like this:
. $STARTUP

If it doesn't exist, then you should append a line like this to 
you /etc/X11/Xsession file:

if test -r $STARTUP; then
   . $STARTUP
fi

And restart X.

Hope this helps!

Best wishes,

Daniel



-- 
LeVA

Attachment: pgpabcODgAfmh.pgp
Description: signature


Reply to: