From 18edb85e701333a7abe3f5e2b05864de41b1f087 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 14 Dec 2020 08:47:14 +0100 Subject: [PATCH] . --- .config/terminator/config | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/terminator/config b/.config/terminator/config index 2f3627c..161c5a0 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -1,9 +1,18 @@ [global_config] broadcast_default = off - enabled_plugins = , title_transmit_bg_color = "#927f7f" + enabled_plugins = , [keybindings] help = F12 +[profiles] + [[default]] + background_darkness = 0.9 + background_type = transparent + cursor_color = "#aaaaaa" + font = Hack NF 10 + show_titlebar = False + scrollbar_position = hidden + use_system_font = False [layouts] [[default]] [[[child1]]] @@ -13,12 +22,3 @@ parent = "" type = Window [plugins] -[profiles] - [[default]] - background_darkness = 0.9 - background_type = transparent - cursor_color = "#aaaaaa" - font = Hack NF 10 - scrollbar_position = hidden - show_titlebar = False - use_system_font = False