Ubuntu之Terminator配置

目录

  • 安装
  • 配置

安装

sudo add-apt-repository ppa:gnome-terminator

sudo apt-get update

sudo apt-get install terminator

配置

cd ~/.config/terminator/ && sudo gedit config
如果没有/.config/terminator/ 自己新建一个

[global_config]
  enabled_plugins = CustomCommandsMenu, TestPlugin, ActivityWatch, TerminalShot, MavenPluginURLHandler
  title_inactive_bg_color = "#820f49"
[keybindings]
[layouts]
  [[default]]

    [[[child1]]]

      parent = window0

      profile = default

      type = Terminal

    [[[window0]]]

      parent = ""

      type = Window
[plugins]
[profiles]
  [[default]]
    
    background_color = "#2e2f31"
    background_darkness = 0.75
    background_type = transparent
    background_image = None
    copy_on_selection = True
    cursor_color = "#eee8d5"
    font = Monospace 12
    scrollback_infinite = True
    foreground_color = "#f3f0e7"
    scroll_on_output = False
    scrollback_lines = 5000000
    use_system_font = False
  [[New Profile]]
    background_image = None

你可能感兴趣的:(快捷应用)