Terminator基础

来自linux中国网wiki
Evan讨论 | 贡献2020年3月14日 (六) 12:54的版本 (创建页面,内容为“=config= <pre> evan@my:~$ cat .config/terminator/config [global_config] title_transmit_fg_color = "#000000" title_transmit_bg_color = "#3e3838" inactive_color…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

config

evan@my:~$ cat  .config/terminator/config
[global_config]
  title_transmit_fg_color = "#000000"
  title_transmit_bg_color = "#3e3838"
  inactive_color_offset = 1.0
  enabled_plugins = CustomCommandsMenu, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
[keybindings]
[profiles]
  [[default]]
    background_color = "#0e2424"
    background_darkness = 1.0
    background_type = transparent
    cursor_shape = ibeam
    font = Liberation Mono 13
    foreground_color = "#e8e8e8"
    scroll_background = False
    scrollback_lines = 3000
    palette = "#000000:#5a8e1c:#2d5f5f:#cdcd00:#1e90ff:#cd00cd:#00cdcd:#e5e5e5:#4c4c4c:#868e09:#00ff00:#ffff00:#4682b4:#ff00ff:#00ffff:#ffffff"
    use_system_font = False
    copy_on_selection = True
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = default
    [[[window0]]]
      type = Window
      parent = ""
      size = 925, 570
[plugins]