Date: Thu, 20 Jul 2000 14:47:53 +0530 From: Rahul Siddharthan <rsidd@physics.iisc.ernet.in> To: freebsd-questions@freebsd.org Subject: Removing buttons from netscape.. Message-ID: <20000720144753.A4495@physics.iisc.ernet.in>
next in thread | raw e-mail | index | archive | help
Some time back someone asked how to remove those buttons like "Shopping", "Destinations" etc which tend to push Netscape's "Stop" button out of the window if your window size is small. Here's how: insert the following lines into .Xresources. Netscape*toolBar.destinations.isEnabled: false Netscape*toolBar.myshopping.isEnabled: false Netscape*toolBar.search.isEnabled: false Netscape*toolBar.viewSecurity.isEnabled: false (you may need to restart X or do xrdb -merge .Xresources) More stuff on making netscape more usable at http://people.redhat.com/~scoile/fonts/fixing.html Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000720144753.A4495>