PDA

View Full Version : geany tty placement



iMisspell
November 6th, 2009, 07:53 AM
Ive searched around with no luck...
Is there a way to change the screen position of Geany when you are testing scripts ?

Right in the middle of the screen will do if possible.
As of now, Geany places the terminal in the upper left, which i do not care for.

_

iMisspell
November 9th, 2009, 05:59 AM
Edit -> Preferences -> [Tools]
Then edit how the terminal is loaded with -arguments

For window size and position

-geometry 125x40+100+500
-geometry width(x)Height(+)px from left(+)px from top


Heres what i ended up using, beefs up font size and also window size and location.

xterm -font -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-* -geometry 125x40+100+500

_