Terminator(终结者)的配置

下载

sudo apt-get install terminator

下载字体

https://github.com/fangwentong/dotfiles/raw/master/ubuntu-gui/fonts/Monaco.ttf

terminator字体挤在一起问题 大小设置

字体挤在一起:在ubuntu下请选择mono后缀的字体就可以了。



[global_config]
  borderless = True
  focus = system
  suppress_multiple_term_dialog = True
  title_transmit_bg_color = "#d30102"
  window_state = maximise
[keybindings]
[layouts]
  [[default]]
    [[[child2]]]
      parent = main
      type = VPaned
    [[[command]]]
      parent = child1
      type = Terminal
    [[[main]]]
      parent = window0
      profile = default
      type = HPaned
    [[[window0]]]
      parent = ""
      position = 170:0
      size = 1060, 700
      type = Window
[plugins]
[profiles]
  [[default]]
    background_darkness = 0.8
    background_image = None
    background_type = transparent
    copy_on_selection = True
    cursor_shape = underline
    font = Roboto Mono 10
    foreground_color = "#00ff00"
    palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"
    scrollback_infinite = True
    scrollback_lines = 10000
    show_titlebar = False
    use_system_font = False






你可能感兴趣的:(Terminator(终结者)的配置)