On Sun, Feb 24, 2002 at 11:24:34AM -0700, Corey Madden wrote: > Maybe someone can assist me, > I know that Eterm randomly generates a background image when you open a > terminal. My problem is that about 50% of the time the background is just > black. Is there a configuration file that is trying to select images that dont > exist? I would like to make it so I dont end up with just a plain black > background.
On mine (v0.8.9), the configuration file is ~/MAIN: # This section is for pixmap definitions. The only one used currently # is 'background'. The supplied numbers work just like they do for # Enlightenment: first is X (width), second is Y (height). -1 to # scale 100%, 0 to tile, any other number specifies W/H in pixels begin pixmaps # background %random(`cat pixmaps.list 2>/dev/null`) # path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:/tmp/Eterm-root/usr/local/share/Eterm/pix/" end Though the config file might have to be specified with a command line option (I don't recall). Should all be in the man page. -- Hal Burgiss _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
