Terminal arrangement on your desktop
If you have two or more monitors, whenever you first open your terminals, you may find yourself opening more than one and rearranging their placement. Over time you may notice you’re performing the same repetitive task of relocating each window to it’s rightful place.

Stop!
It only takes a minute or two to create panel icons for opening each window using geometry settings defining width, height, and upper left hand coordinates for future placement.
I run four terminals across two screens. One of my screens is turned sideways to make code browsing easier. If you run two 1600×1200 displays like I do, try setting the properties of your four panel icons for launching terminals like this:
gnome-terminal --geometry=83x87+0+0 # left lcd- left side
gnome-terminal --geometry=83x87+510+0 # left lcd - right side
gnome-terminal --geometry=97x67+1200+0 # right lcd - left side
gnome-terminal --geometry=97x67+2003+0 # right lcd - right side

If you keep your panel icons in order, whenever you want to open a new one, you’ll know exactly which button to press.
There are other methods for accomplishing this goal. If you run compiz-fusion with the fancy 3-d desktop effects, you can make windows remember their locations. You can do this with plain old metacity too. You could also make this part of your desktop login.
Posted by admica @ 23 September 2010