当前位置: 首页 > 工具软件 > Terminator > 使用案例 >

ubuntu 安装terminator及美化

孙泳
2023-12-01

安装terminator

sudo apt-get install terminator

美化terminator

  • 新建配置文件 mkdir ~/.config/termintor && gedit ~/.config/terminator/config
  • 复制以下配置文件
[global_config]
  focus = system
  title_transmit_bg_color = "#3e3838"
  suppress_multiple_term_dialog = True
[keybindings]
  split_vert = <Shift><Alt>o
[profiles]
  [[default]]
    background_color = "#002b36"
    background_darkness = 0.85
    cursor_color = "#e8e8e8"
    font = Ubuntu Mono 14
    foreground_color = "#e8e8e8"
    show_titlebar = False
    palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"
    use_system_font = False
    copy_on_selection = True
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = default
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

熟悉操作及使用文档地址 https://terminator-gtk3.readthedocs.io/en/latest/

 类似资料: