setting the terminal position

CodeLite installation/troubleshooting forum
User avatar
zaphod
CodeLite Veteran
Posts: 55
Joined: Fri Sep 11, 2009 6:20 pm
Contact:

setting the terminal position

Post by zaphod »

I'd like to set the position of the terminal when I build and execute a program from Codelite. By default the terminal is set dead center on the screen obscuring stuff...
It seems that terminals, in general, can take arguments like:

Code: Select all

xterm -geometry 93x31+100+350

Codelite lets me choose a terminal but there is no obvious way to get to it's command line.