TERMINATOR - Config

From wiki.1001solutions.net



Config File

The config file is in '/home/<USER>/.config/terminator'

[global_config]
  suppress_multiple_term_dialog = True
[keybindings]
  toggle_zoom = <Primary><Shift>Return
  next_tab = <Primary>Up
  prev_tab = <Primary>Down
  hide_window = <Super>z
[profiles]
  [[default]]
    background_darkness = 0.8
    background_type = transparent
    foreground_color = "#ffffff"
    scrollback_lines = 10000000
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]