atermForum: Apps Topic: aterm started by: nibznik Posted by nibznik on Nov. 20 2004,03:08
is there anyway to move the aterm "window" or have it start up in the middle of the screen?
Posted by mikshaw on Nov. 20 2004,04:11
The "-geometry" or "-g" option allows you to specify exactly where and how large you want the aterm window to be.The syntax is "aterm -g [width]x[height]+[x-position]+[y-position]" 80x25+20+10 is 80 characters wide, 25 lines high, 20 pixels from left, 10 pixels from top. You can also use - instead of + to place the window relative to the right and bottom. Posted by Delboy on Nov. 20 2004,18:49
pretty clear but for one thing for me - where do you enter this syntax line? which file needs editing and where in the file?
Posted by ke4nt1 on Nov. 20 2004,19:02
If your using the "dsl-aterm.tar.gz" found in the repository, I have the icon and menu pointing to a file called '/opt/aterm/dsl-aterm' , which runs the aterm with the parameters specified in the one line. Near the end, you will see the characters 82x25+10-0 ... These are the ones to modify for placement and size.. 73 ke4nt |