I was sick of having to resize the gnome terminal after each launch, so here’s a way of changing the default size permanently
sudo vim /usr/share/vte/termcap/xterm
change the line
:co#80:it#8:li#24:\
to
:co#120:it#8:li#50:\
if you want a1 20×50 terminal.
2 Comments
Nice piece of info. So how did you figure it out? Did you have to sift through source code or is there documentation on this? Thanks
Great options! Also, I just saw this answer on the Ubuntu Forums:
create a launcher (or edit menu entry with alacarte) that launches gnome term like this: “gnome-terminal –geometry 420×64″
http://ubuntuforums.org/showthread.php?t=251556
Post a Comment