TERMINATOR - Config

From wiki.1001solutions.net
Revision as of 07:59, 8 April 2024 by Z (talk | contribs) (Created page with "Category:Post-It == Config File == The config file is in '/home/<USER>/.config/terminator' <nowiki> [global_config] suppress_multiple_term_dialog = True [keybindin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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]