Yesterday at 7:11pm, Jeremy C. Reed wrote:
> On Thu, 12 Oct 2000, Luc Bergeron wrote:
>
> > when i start netscape it always starts with a something like +5+5. is
> > there a way to change this ?
>
> Just last week I saw a webpage with numerous netscape x resources
> information. When I find the URL I'll let you know. Anyways, I also saw
> the following at http://www.dotfiles.com:
>
> Netscape.Navigator.geometry: =790x680+168+0
> Netscape.Bookmarks.geometry: =500x900-0-0
> Netscape.Download.geometry: =500x150+64-0
>
This and more can also be found in the Netscape.ad file contained within
your netscape package:
------
Netscape.Navigator.geometry: =500x700+100-0
Netscape.Mail.geometry: =500x800+200-0
Netscape.News.geometry: =500x800+300-0
Netscape.Composition.geometry: =400x600
Netscape.Bookmarks.geometry: =300x900-0-0
Netscape.AddressBook.geometry: =600x900-300-0
Netscape.Download.geometry: =500x200-0-0
------
Put these lines (changed according to your taste) in your ~/.Xdefaults
file.
> Use the command-line option
>
> -geometry =620x950+630+40
>
> or the X resource
>
> Netscape.TopLevelShell.geometry: =620x950+630+40
>
> Maybe this will help,
from the Netscape.ad file contained within Netscape 4.75:
-------
! In previous versions of Netscape, we suggested setting the geometry on the
! TopLevelShell class; don't do that any more. It will affect *all* of the
! top-level Netscape windows, including bookmarks and message composition and
! so on, which is probably not what you want.
-------
cheers/wilbert