Linux Terminator(终结者)的配置整理

下载

sudo apt-get install terminator

下载字体

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

配置代码

打开,双列终端


[global_config]
  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_color = "#2d2d2d"
    background_darkness = 0.9
    background_image = None
    background_type = transparent
    copy_on_selection = True
    font = Monaco 12
    foreground_color = "#eee9e9"
    palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"
    show_titlebar = False
    use_system_font = False


猜你喜欢

转载自my.oschina.net/buddhaheart/blog/1791722