From b52f338f29fb47df886a9cb10cad659f38743139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= Date: Thu, 21 Mar 2024 10:57:17 +0100 Subject: [PATCH] =?UTF-8?q?terminator:=C2=A0Update=20new=20archi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/terminator/config | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config/terminator/config b/config/terminator/config index 9b19e04..94ddbc7 100644 --- a/config/terminator/config +++ b/config/terminator/config @@ -7,6 +7,13 @@ [keybindings] next_tab = Page_Down prev_tab = Page_Up +[profiles] + [[default]] + background_color = "#232627" + font = Monospace 10 + foreground_color = "#ebdbb2" + scrollback_lines = 4096 + use_system_font = False [layouts] [[default]] [[[child1]]] @@ -16,11 +23,3 @@ parent = "" type = Window [plugins] -[profiles] - [[default]] - background_color = "#232627" - cursor_color = "#aaaaaa" - font = Monospace 10 - foreground_color = "#ebdbb2" - scrollback_lines = 4096 - use_system_font = False