Home terminator-config
Post
Cancel

terminator-config

~/.config/terminator/config

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[global_config]
  enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
  window_state = maximise
  borderless = True
[keybindings]
[profiles]
  [[default|default]]
    use_system_font = False
    background_darkness = 0.37
    background_image = /usr/share/backgrounds/default_1920x1200.png
    scroll_background = False
    font = Courier 10 Pitch 12
    background_color = "#300a24"
    foreground_color = "#ffffff"
    scrollback_infinite = True
  [[remote|remote]]
    use_system_font = False
    foreground_color = "#ffffff"
    scrollback_infinite = True
    font = Courier 10 Pitch 12
    background_color = "#300a24"
    use_theme_colors = True
  [[system|system]]
    use_theme_colors = True
[layouts]
  [[default|default]]
    [[[child1|[child1]]]
      type = Terminal
      parent = window0
      profile = default
    [[[window0|[window0]]]
      type = Window
      parent = ""
[plugins]
This post is licensed under CC BY 4.0 by the author.