From c1c2dd7615916960fe609feab5f685e1df220b1d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 5 Jan 2016 23:18:40 +0000 Subject: [PATCH] Added terminator config file --- config/terminator.conf | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 config/terminator.conf diff --git a/config/terminator.conf b/config/terminator.conf new file mode 100644 index 0000000..1ee299b --- /dev/null +++ b/config/terminator.conf @@ -0,0 +1,54 @@ +[global_config] + always_split_with_profile = True + enabled_plugins = TestPlugin, ActivityWatch, TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler + focus = mouse + inactive_color_offset = 1.0 + scroll_tabbar = True + title_hide_sizetext = True +[keybindings] + close_term = w + close_window = w + help = F1 + line_down = Down + line_up = Up + new_terminator = t + page_down = Page_Down + page_down_half = Page_Down + page_up = Page_Up + page_up_half = Page_Up + rotate_ccw = None + rotate_cw = None + search = f + split_horiz = h + split_vert = v + switch_to_tab_1 = 1 + switch_to_tab_10 = None + switch_to_tab_2 = 2 + switch_to_tab_3 = 3 + switch_to_tab_4 = 4 + switch_to_tab_5 = 5 + switch_to_tab_6 = 6 + switch_to_tab_7 = 7 + switch_to_tab_8 = 8 + switch_to_tab_9 = 9 + toggle_scrollbar = None + toggle_zoom = None +[layouts] + [[default]] + [[[child1]]] + parent = window0 + profile = default + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_color = "#2d2d2d" + background_darkness = 0.77 + background_image = None + font = Monospace 11 + foreground_color = "#bfbfbf" + show_titlebar = False + use_system_font = False