美文网首页
ubuntu安装并配置terminator

ubuntu安装并配置terminator

作者: 几时见得清梦 | 来源:发表于2019-08-06 23:22 被阅读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

相关文章

网友评论

      本文标题:ubuntu安装并配置terminator

      本文链接:https://www.haomeiwen.com/subject/cmngdctx.html