On Tue, Feb 06, 2001 at 05:27:39PM +0100, Hans wrote: | Running (Helix)Gnome at 800x600 produces mostly horribly large windows, | especially the terminal. I looked at the Gnome website and they basically | say you have to live with that. Being stubborn: has anyone found a solution | for this? --Hans
You could probably specify the --geometry option on the command line. You would have to make all launchers use it (or a script) to see the effect. In a shell you can have scripts in your path (before the actual app) or aliases. If you use a script, be sure to use the full path to the app in the script or it will recursively invoke itself infinitely. -D