aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/config/terminator/config
blob: 8da02c5249030cda67dfdbdc58c9eacdbc99ec94 (plain)
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
[global_config]
  hide_from_taskbar = True
[keybindings]
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
[profiles]
  [[default]]
    cursor_color = "#aaaaaa"
    {%@@ if profile == "pegasus" @@%}
    font = Monoid Nerd Font Light Semi-Condensed 7.5
    {%@@ else @@%}
    font = Monoid Nerd Font Light Semi-Condensed 7
    {%@@ endif @@%}
    foreground_color = "#711c91"
    icon_bell = False
    palette = "#000000:#aa0000:#00aa00:#aa5500:#3465a4:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#729fcf:#ff55ff:#55ffff:#ffffff"
    scrollback_infinite = True
    scrollbar_position = hidden
    show_titlebar = False
    use_system_font = False