Linux – Set default terminal size and screen position

gnomelinuxterminalUbuntu

I can't find any settings inside the terminal profile to allow me to set a geometry size and screen x,y coordinates so that the terminal window always opens (even after reboot) in the same location on the screen and same size.

Is there a way to do it? I'm open to alternative terminal programs if need be.

(Ubuntu, gnome)

Best Answer

On the menu bar choose System -> Preferred Applications. Select the System tab. Choose Custom and type in:

gnome-terminal --geometry=120x80+50+50

or whatever other geometry you like. To tell Ubuntu to remember your session state, so that everything you have running automatically restarts exactly how it was the last time you sere logged in (including window geometry), choose System -> Preferences -> Sessions. Check “Automatically save changes to session”.

alt text

Related Question