Ⅰ 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