ubuntu安装并配置terminator

2019-08-06  本文已影响0人  几时见得清梦
  1. 安装
sudo apt-get install terminator
  1. 配置
cd ~/.config/terminator/ && sudo gedit config

写入配置文件:
[global_config]
  suppress_multiple_term_dialog = True
[keybindings]
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
[profiles]
  [[default]]
    background_darkness = 0.92
    background_image = None
    background_type = transparent
    cursor_color = "#3036ec"
    custom_command = tmux
    font = Ubuntu Mono 15
    foreground_color = "#00ff00"
    login_shell = True
    show_titlebar = False
    use_system_font = False
上一篇 下一篇

猜你喜欢

热点阅读