From 3ff68e080694a71350fe40807cf2b1ec05d39362 Mon Sep 17 00:00:00 2001 From: Jinks Date: Wed, 11 Dec 2024 01:13:26 +0100 Subject: [PATCH] Add .config/terminator/config --- private_dot_config/terminator/config | 49 ++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 private_dot_config/terminator/config diff --git a/private_dot_config/terminator/config b/private_dot_config/terminator/config new file mode 100644 index 0000000..9b35c99 --- /dev/null +++ b/private_dot_config/terminator/config @@ -0,0 +1,49 @@ +[global_config] + focus = mouse + borderless = True + enabled_plugins = CurrDirOpen, TerminatorThemes +[keybindings] + new_tab = Down + split_horiz = h + split_vert = v + line_down = None + move_tab_right = Right + move_tab_left = Left + next_tab = Right + prev_tab = Left +[profiles] + [[default]] + audible_bell = True + background_darkness = 0.8 + background_type = transparent + cursor_bg_color = "#d6d6d6" + font = SourceCodeVF 11 + foreground_color = "#ffffff" + show_titlebar = False + scrollbar_position = hidden + scrollback_infinite = True + palette = "#353535:#d25252:#a5c261:#ffc66d:#6c99bb:#d197d9:#bed6ff:#eeeeec:#535353:#f00c0c:#c2e075:#e1e48b:#8ab7d9:#efb5f7:#dcf4ff:#ffffff" + use_system_font = False + [[root]] + audible_bell = True + background_color = "#3c0808" + background_darkness = 0.8 + background_type = transparent + cursor_fg_color = "#000000" + cursor_bg_color = "#aaaaaa" + font = SourceCodeVF 11 + foreground_color = "#ffffff" + show_titlebar = False + scrollbar_position = hidden + scrollback_infinite = True + palette = "#353535:#d25252:#a5c261:#ffc66d:#6c99bb:#d197d9:#bed6ff:#eeeeec:#535353:#f00c0c:#c2e075:#e1e48b:#8ab7d9:#efb5f7:#dcf4ff:#ffffff" + use_system_font = False +[layouts] + [[default]] + [[[window0]]] + type = Window + parent = "" + [[[child1]]] + type = Terminal + parent = window0 +[plugins]