setting the terminal position
Posted: Sun Jun 25, 2023 10:41 pm
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.