From 9a1d349fd5e25f295b9d0147bace1aeead97b92a Mon Sep 17 00:00:00 2001 From: kittenlikeasmallcat <75060689+ktnlikeasmallcat@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:51:29 -0800 Subject: [PATCH] Add Terminator config file --- 8ballconf | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 8ballconf diff --git a/8ballconf b/8ballconf new file mode 100644 index 0000000..f3ea6f5 --- /dev/null +++ b/8ballconf @@ -0,0 +1,58 @@ +[global_config] + focus = mouse + dbus = False + geometry_hinting = True + tab_position = bottom + broadcast_default = off + borderless = True + use_custom_url_handler = False + custom_url_handler = lynx + inactive_color_offset = 0.0 + enabled_plugins = APTURLHandler, CustomCommandsMenu, TerminalShot + suppress_multiple_term_dialog = True + window_state = normal +[keybindings] + split_horiz = minus + split_vert = backslash + close_term = q + line_up = Up + line_down = Down + resize_up = Up + resize_down = Down + edit_tab_title = F12 + hide_window = F11 +[profiles] + [[8]] + allow_bold = True + icon_bell = False + background_color = "#555555" + background_darkness = 0.9 + background_type = transparent + #color_scheme = 'black_on_white' + cursor_blink = False + cursor_shape = ibeam + cursor_color = foreground_color + cursor_color_fg = True + font = ProggyCleanTT CE 5 + foreground_color = "#000000" + #foreground_color = "black" + #palette = #FFFFFF:#000000 + show_titlebar = False + scrollbar_position = hidden + scrollback_lines = 1000 + scrollback_infinite = True + exit_action = close + use_theme_colors = False + use_system_font = False + rewrap_on_resize = False + use_custom_command = True + #term = 256color + colorterm = truecolor + custom_command = 8ball.sh +[layouts] + [[default]] + [[window0]] + type = Window + [[child1]] + type = Terminal + parent = window0