sudo apt-get install terminator

sudo gedit   ~/.config/terminator/config
[global_config]
[keybindings]
[profiles]
  [[default]]
    use_system_font = False # 是否启用系统字体
    login_shell = True
    background_darkness = 0.92 # 背景颜色
    background_type = transparent
    background_image = None
    cursor_color = "#3036ec" # 光标颜色
    foreground_color = "#00ff00"
    show_titlebar = False # 不显示标题栏,也就是 terminator 中那个默认的红色的标题栏
    custom_command = tmux
    font = Ubuntu Mono 16  # 字体设置,后面的数字表示字体大小
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

安装terminator与配置

相关文章:

  • 2021-05-10
  • 2021-12-13
  • 2021-12-04
  • 2021-12-09
  • 2021-11-30
  • 2021-12-01
  • 2021-11-19
猜你喜欢
  • 2022-02-19
  • 2022-12-23
  • 2021-10-26
  • 2021-06-15
  • 2021-11-23
  • 2021-11-15
相关资源
相似解决方案