Ⅰ linux 怎么修改gnome-terminal 打开时默认的大小
原理:Ubuntu下的终端仿真器默认为:gnome-terminal,通过执行-terminal命令,即可打开终端仿真器。--geometry参数用来修改启动的行列数与窗口坐标。
执行:
$ gnome-terminal --help-window-options
Usage:
gnome-terminal [OPTION...]
Window options; if used before the first --window or --tab argument, sets the default for all windows:
--show-menubar Turn on the menubar
--hide-menubar Turn off the menubar
--maximize Maximise the window
--full-screen Full-screen the window
--geometry=GEOMETRY Set the window size; for example: 80x24, or 80x24+200+200 (ROWSxCOLS+X+Y)
--role=ROLE Set the window role
--active Set the last specified tab as the active one in its window
修改步骤:
1. 打开一个终端仿真器,将位置和大小调整到希望启动时默认的位置;
2. 执行xwininfo,记下输出的最后一行;
3. 创建一个Luncher;
4. 在Command栏中填写gnome-terminal --geometry=90x46+650+0(可自己调整);
5. DONE。
Ⅱ 怎样调整Linux超级终端中字体大小
linux修改终端字体的设置方法,通过console-tools设置控制台字体:
1.选用并测试合适的字回体和字库文件:
#ls/usr/share/consolefonts/
2.测试选用喜答爱的字库文件:
#consolechars-f/usr/share/consolefonts/lat9w-16.psf.gz
#consolechars-f/usr/share/consolefonts/lat2-16.psf.gz
3.保存控制台默认字体配置:
#vi/etc/console-tools/config
注:将合适的字库文件设置为默认,如果选择lat2-16.psf.gz 字库文件,可将SCREEN_FONT设成:SCREEN_FONT=lat2-16