Customize Gnome terminal default size and position

From WickyWiki
Revision as of 07:25, 5 July 2013 by Admin (talk | contribs) (2 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Three different methods:

1. Start a terminal, go to Edit -> Profiles -> Default -> Edit and change "Use custom default terminal size"

2. Command-line <columns>x<lines>+<x position>+<y position>:

gnome-terminal --geometry 132x24+100+80

3. Settings file, modify ":co#132:it#8:li#24:\" (132 columns and 24 lines) in this file:

sudo gedit /usr/share/vte/termcap/xterm