on 2002/05/19 19:42,  [EMAIL PROTECTED] sent:

> The second question is about setting defaults for various parameters like
> size and background colour of windows etc. I am used to a Linux machine
> running fvwm where I have set my defaults in a .Xresources file.
> I understand that these settings can be fixed to some extent using the
> remember function in Enlightenment, but is it possible to use a
> .Xresources? I have tried to add to the .xinitrc the line
> XRESOURCES=$HOME/.Xresources
> pointing to my .Xresources, but it does not work.

I have not tried it, but I notice in the default .xinitrc it contains
(modified):
serresources=$HOME/.Xresources
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources

# merge in defaults

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi



HTH,
Lloyd


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to