当前位置: 首页 > 工具软件 > Terminator > 使用案例 >

ubuntu terminator 配置

洪安顺
2023-12-01

1.terminator 安装

sudo apt-get install terminator

2. terminator 配置

编辑~/.config/terminator/config文件,写入一下内容,效果为,一次性打开4个终端。

[global_config]
  enabled_plugins = CustomCommandsMenu, InactivityWatch, TestPlugin, ActivityWatch, TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, Logger, MavenPluginURLHandler, LaunchpadBugURLHandler
  geometry_hinting = True
  title_hide_sizetext = True
[keybindings]
[layouts]
  [[default]]
    [[[child0]]]
      fullscreen = False
      last_active_term = 8ad11f85-caf2-440b-9dea-182d77e54289
      last_active_window = True
      maximised = True
      order = 0
      parent = ""
      position = 1920:27
      size = 1853, 1025
      title = zack@zack-ThinkPad-T490: ~
      type = Window
    [[[child1]]]
      order = 0
      parent = child0
      position = 510
      ratio = 0.5
      type = VPaned
    [[[child2]]]
      order = 0
      parent = child1
      position = 924
      ratio = 0.5
      type = HPaned
    [[[child5]]]
      order = 1
      parent = child1
      position = 924
      ratio = 0.5
      type = HPaned
    [[[terminal3]]]
      order = 0
      parent = child2
      profile = default
      type = Terminal
      uuid = 8ad11f85-caf2-440b-9dea-182d77e54289
    [[[terminal4]]]
      order = 1
      parent = child2
      profile = default
      type = Terminal
      uuid = ed938b1e-786b-4af1-94d1-925bd41b0d7e
    [[[terminal6]]]
      order = 0
      parent = child5
      profile = default
      type = Terminal
      uuid = 051e6538-1170-4638-b970-b1b3afad8b3a
    [[[terminal7]]]
      order = 1
      parent = child5
      profile = default
      type = Terminal
      uuid = f9e85175-80f5-4ff0-9fd8-22b0c68eab2b
  [[New Layout]]
    [[[child0]]]
      fullscreen = False
      last_active_term = 8ad11f85-caf2-440b-9dea-182d77e54289
      last_active_window = True
      maximised = True
      order = 0
      parent = ""
      position = 1920:27
      size = 1853, 1025
      title = zack@zack-ThinkPad-T490: ~
      type = Window
    [[[child1]]]
      order = 0
      parent = child0
      position = 510
      ratio = 0.5
      type = VPaned
    [[[child2]]]
      order = 0
      parent = child1
      position = 924
      ratio = 0.5
      type = HPaned
    [[[child5]]]
      order = 1
      parent = child1
      position = 924
      ratio = 0.5
      type = HPaned
    [[[terminal3]]]
      order = 0
      parent = child2
      profile = default
      type = Terminal
      uuid = 8ad11f85-caf2-440b-9dea-182d77e54289
    [[[terminal4]]]
      order = 1
      parent = child2
      profile = default
      type = Terminal
      uuid = ed938b1e-786b-4af1-94d1-925bd41b0d7e
    [[[terminal6]]]
      order = 0
      parent = child5
      profile = default
      type = Terminal
      uuid = 051e6538-1170-4638-b970-b1b3afad8b3a
    [[[terminal7]]]
      order = 1
      parent = child5
      profile = default
      type = Terminal
      uuid = f9e85175-80f5-4ff0-9fd8-22b0c68eab2b
[plugins]
[profiles]
  [[default]]
    cursor_color = "#aaaaaa"
    foreground_color = "#ffffff"
    scrollback_lines = 30000
 类似资料: