在Ubuntu系统中经常需要打开多个终端,在窗口之间的切换很是费劲,所以此处推荐一个新的终端工具:tgerminator 。具体安装命令 apt-get install terminator
直接点击右键 打开终端 就会取代原来系统默认的终端窗口,启动新的terminator终端窗口,原始窗口比较丑陋,可以配置文件在~/.config/terminator/目录下,文件名为config,没有的话需要新建一个。
[global_config]
always_on_top = False
focus = system
handle_size = 1
inactive_color_offset = 1.0
suppress_multiple_term_dialog = True
title_transmit_bg_color = "#d30102"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#2d2d2d"
background_darkness = 0.74
background_image = None
background_type = transparent
copy_on_selection = True #选择文本时同时将数据拷贝到剪切板中
font = Monospace 16 #字体设置,后面的数字表示字体大小
foreground_color = "#eee9e9"
palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"
scrollback_infinite = True
show_titlebar = False #不显示标题栏,也就是 terminator 中那个默认的红色的标题栏
use_system_font = False
也可以通过右键配置背景图片,以及窗口的水平和垂直切分。实例截图如下: