From a1d4fac0ef734cdea6f8b69b46311c91c2b3c44f Mon Sep 17 00:00:00 2001 From: mattchis <1776285+mattchis@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:04:59 -0600 Subject: [PATCH] Adding terminator config --- terminator/config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 terminator/config diff --git a/terminator/config b/terminator/config new file mode 100644 index 0000000..98d0ac7 --- /dev/null +++ b/terminator/config @@ -0,0 +1,23 @@ +[global_config] + enabled_plugins = LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, TerminalShot +[keybindings] + split_horiz = Down + split_vert = Right +[profiles] + [[default]] + background_darkness = 0.95 + background_type = transparent + scrollback_lines = 512 + scrollback_infinite = True + palette = "#1f2229:#d41919:#5ebdab:#fea44c:#367bf0:#9755b3:#49aee6:#e6e6e6:#198388:#ec0101:#47d4b9:#ff8a18:#277fff:#962ac3:#05a1f7:#ffffff" + use_theme_colors = True + title_transmit_bg_color = "#26a269" +[layouts] + [[default]] + [[[window0]]] + type = Window + parent = "" + [[[child1]]] + type = Terminal + parent = window0 +[plugins]