From ebd15d99ed397585985cce70b1f488bfbe2a6e5a Mon Sep 17 00:00:00 2001 From: giomba Date: Fri, 10 Nov 2023 09:23:26 +0100 Subject: [PATCH] Minor fix to terminator configuration. --- terminator | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/terminator b/terminator index 85ca31e..bdc5c0d 100644 --- a/terminator +++ b/terminator @@ -1,6 +1,18 @@ [global_config] focus = mouse [keybindings] +[profiles] + [[default]] + allow_bold = False + background_darkness = 0.9 + background_type = transparent + cursor_shape = underline + font = Hack 9 + foreground_color = "#deddda" + scrollbar_position = hidden + scrollback_lines = 2000 + scrollback_infinite = True + use_system_font = False [layouts] [[default]] [[[child1]]] @@ -10,14 +22,3 @@ parent = "" type = Window [plugins] -[profiles] - [[default]] - allow_bold = False - cursor_color = "#FFFFFF" - cursor_shape = underline - font = Hack 9 - foreground_color = "#ffffff" - scrollback_infinite = True - scrollback_lines = 2000 - scrollbar_position = hidden - use_system_font = False