From d4a04147421f8adfd1fcf94c4bc421a47d82a795 Mon Sep 17 00:00:00 2001 From: Asocia Date: Sat, 17 Jul 2021 19:26:58 +0300 Subject: [PATCH] Start tracking terminator config --- .config/terminator/config | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .config/terminator/config diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..6a1774b --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,44 @@ +[global_config] + inactive_color_offset = 0.816666666667 + title_font = MesloLGS NF 9 + title_use_system_font = False +[keybindings] + broadcast_all = None + broadcast_group = None + broadcast_off = None + close_term = None + close_window = None + go_down = None + go_left = None + go_right = None + go_up = None + zoom_in = KP_Add + zoom_out = KP_Subtract +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_darkness = 0.93 + background_type = transparent + cursor_color = "#aaaaaa" + custom_command = TERMINAL_NAME=Terminator /usr/bin/zsh + font = DroidSansMono Nerd Font 11 + palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" + scrollback_lines = 1000 + scrollbar_position = hidden + show_titlebar = False + use_custom_command = True + use_system_font = False + use_theme_colors = True + visible_bell = True + [[New Profile]] + cursor_color = "#aaaaaa" + scrollbar_position = hidden + use_theme_colors = True