recluse
04-07-2001, 01:05 PM
I'm editing my blackbox menu, I put in [exec] {eterm -shade percentage 65 --menubar false etc etc. So far so good, the only problem is I can't get the "-geom" or "-g" option to work, Can I get an example of how to do so? Thanks.
-geordan
Linuxcool
04-08-2001, 09:43 PM
What do you mean that you can't get the ' -g ' option to work? Do you mean you are having trouble with the numbers that follow it?
The first number that follows ' -g ' is the number of columns you want displayed on the screen. The next number is for the number of rows you want. The next two numbers are the ' x,y ' coordinates for the location of the upper left hand corner of the Eterm window.
Example: ' Eterm -g 100x40+0+0 '
This will give you an Eterm window that is 100 columns wide and 40 rows high. The upper left corner of the window will be located in the upper left hand corner of the screen.
I hope this helps.