To change the default Terminal Size edit
sudo vi /usr/share/vte/termcap/xterm
Look for the line :co#80:it#8:li#24
as you might have guessed "co" defines number of columns and "li" the number of lines, so for default of 132x43 changing this line to
:co#132:it#8:li#43
and re-open the terminal.
No comments:
Post a Comment